summaryrefslogtreecommitdiffstats
path: root/uisimulator/tetris.c
AgeCommit message (Expand)AuthorFilesLines
2002-05-04Use the defines, we can't assume a particular LCD or keypad.Daniel Stenberg1-0/+4
2002-05-03Fixed global values for tetris game not being reset. This prevented youRobert Hak1-0/+20
2002-05-01slow down tetris a bit, now when the X11 simulator supports sleep() withDaniel Stenberg1-1/+1
2002-05-01You can now successfully lose at tetris! (In other words, the gameRobert Hak1-15/+51
2002-04-30Correcting mistaken formattingRobert Hak1-13/+13
2002-04-30Changed calls in draw_frame to lcd_drawline rather then drawing individualRobert Hak1-16/+16
2002-04-28commented and explained block_data arrayFelix Arends1-0/+15
2002-04-28removed unistd.h completelyDaniel Stenberg1-3/+0
2002-04-28win32 compatible versionsFelix Arends1-1/+3
2002-04-28pressing OFF in tetris now gets you back to the main menuDaniel Stenberg1-4/+4
2002-04-19Tetris!Björn Stenberg1-0/+288