A Tetris-inspired game

There should be a Jar-format applet here.

Keys:

Q '	-
A A	move block down once
O R	left
P L	right
[ /	counterclockwise
] =	clockwise
space	drop

This was first written in Summer 1997.

(Comment from 1998) This was written out of curiosity - looking back on it now, a year after I programmed it, I can see a lot of technical improvements. It was intended to be a multiplayer system - if I get a webserver that will support CGI then I will finish it off. As it stands, all the network hooks are in the code.

(Aug 16th, 2000) Now, three years after I first wrote it, I went back and took another look at it. It took a while to adapt it to the new API java.awt.events.* callbacks instead of the old one. I never did write a server to go with it, and I know that if I did it wouldn't be classed as CGI.

For people who are wondering about the second set of keys, they are the Dvorak keyboard version of the Qwerty QAOP keys.

Source code: