I made a neat little Tetris game, and I have the source + app posted up at
http://gilgalad.dyndns.org/Tetris.Source.tar.gz .
No ReadMe yet.
Most of the code is non-compressed, so there might be a method that's not used, or something.
Here's some of the features:
- Normal Tetris rotation :-)
- The whole board is transparent. The pieces float by themselves.
- A score.
- Piece placement aids.
The "Stolen NSHeaders" are stolen from a CPU monitor available from Stepwise. I think they're just class-dumps of protected things.
Have fun.