Make sure that reversi doesn't enter an infinite loop when using 1 or 2 AIs.
commitcd82964e5d42b0252b8f14f15fc80709def37984
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 1 Jul 2007 20:48:51 +0000 (1 20:48 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 1 Jul 2007 20:48:51 +0000 (1 20:48 +0000)
treec9ef436d40b69f70b3d8d4c9967d8fdc812f3277
parent58f97f517a2d5918b8a18617130c2fce09af7683
Make sure that reversi doesn't enter an infinite loop when using 1 or 2 AIs.
+ some changes that will be needed for more advanced AIs (which aren't ready to commit yet)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13758 a1c6a512-1295-4272-9138-f99709370657
apps/plugins/reversi/reversi-game.c
apps/plugins/reversi/reversi-game.h
apps/plugins/reversi/reversi-gui.c
apps/plugins/reversi/reversi-strategy-naive.c
apps/plugins/reversi/reversi-strategy-simple.c
apps/plugins/reversi/reversi-strategy.c
apps/plugins/reversi/reversi-strategy.h