Jens Rieks <[EMAIL PROTECTED]> wrote:
> Hi leo,
> Here is the tetris example, include it if you want...
I've now tested it a bit. Looks really good and works - mostly :)
- it tries to load SDL_Image, albeit this seems to be unused
- some blocks are dropping down invisibly
- it doesn't recognize a "game over" situation
- some <q>uit key handling would be nice.
Despite that its a great application and a very good example:
# create the tetris app
app = _Tetris::App::new()
# init the tetris app
ret = _Tetris::App::init( app )
This code looks darned good.
> jens
leo