rockbox/apps/plugins/reversi
Karl Kurbjun 38548c7118 Build some more plugins for M:Robe most work, doom builds and runs if you use a hack - need to fix the user timer so that it works properly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15403 a1c6a512-1295-4272-9138-f99709370657
2007-11-02 05:21:34 +00:00
..
Makefile FS #6509 - "Plugin for playing reversi game" by Alexander Levin + changes by me to make it compile due to the menu api change and compile for e200. 2007-06-30 20:04:42 +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 Fix some plugins that use NULL instead of -1 when not using a voice id in struct opt_items. Change as many '#define NULL 0' to '#define NULL ((void*)0)' as grep would find - somewehere the former is still hiding it seems. :\ 2007-10-15 07:59:13 +00:00
reversi-gui.h Build some more plugins for M:Robe most work, doom builds and runs if you use a hack - need to fix the user timer so that it works properly. 2007-11-02 05:21:34 +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