rockbox/apps/plugins/reversi/SOURCES
Antoine Cellerier 9af4289770 Implement 2 simple AIs for reversi:
* naive: plays random moves
 * simple: plays highest score move (Even though it's named simple i can't beat it :/)
More AIs are yet to come (I'll be using those in hinversi).


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13755 a1c6a512-1295-4272-9138-f99709370657
2007-07-01 17:51:38 +00:00

5 lines
99 B
Text

reversi-game.c
reversi-gui.c
reversi-strategy.c
reversi-strategy-naive.c
reversi-strategy-simple.c