rockbox/apps/plugins/reversi
Rob Purchase 297e0504da FS#8708: D2/m:robe500 touchscreen keymaps by Andreas Mueller.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17261 a1c6a512-1295-4272-9138-f99709370657
2008-04-27 15:30:19 +00:00
..
Makefile Stop wasting binary size + ram for several plugins. Plugins are supposed to be linked with --gc-sections, in case they use plugin library elements. 2008-01-04 21:07:05 +00:00
reversi-game.c Make sure that reversi doesn't enter an infinite loop when using 1 or 2 AIs. 2007-07-01 20:48:51 +00:00
reversi-game.h Make sure that reversi doesn't enter an infinite loop when using 1 or 2 AIs. 2007-07-01 20:48:51 +00:00
reversi-gui.c Adapted most multi-source plugins to the iAudio M3 keypad and screen. Doom and mpegplayer are disabled because of the not yet implemented greyscale library, and zxbox used 2-bit greyscale for now. * Slight optimisation for the (currently unused except on M3) 2-bit greyscale code in zxbox. * Simplified button definitions in chessbox. 2008-03-22 14:20:04 +00:00
reversi-gui.h FS#8708: D2/m:robe500 touchscreen keymaps by Andreas Mueller. 2008-04-27 15:30:19 +00:00
reversi-strategy-naive.c Make sure that reversi doesn't enter an infinite loop when using 1 or 2 AIs. 2007-07-01 20:48:51 +00:00
reversi-strategy-simple.c Make sure that reversi doesn't enter an infinite loop when using 1 or 2 AIs. 2007-07-01 20:48:51 +00:00
reversi-strategy.c Make sure that reversi doesn't enter an infinite loop when using 1 or 2 AIs. 2007-07-01 20:48:51 +00:00
reversi-strategy.h Make sure that reversi doesn't enter an infinite loop when using 1 or 2 AIs. 2007-07-01 20:48:51 +00:00
SOURCES Implement 2 simple AIs for reversi: 2007-07-01 17:51:38 +00:00