This website requires JavaScript.
Explore
Help
Sign In
Nyaaori
/
rockbox
Watch
1
Star
0
Fork
You've already forked rockbox
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
339f770b0c
rockbox
/
apps
/
plugins
/
reversi
/
SOURCES
6 lines
99 B
Text
Raw
Normal View
History
Unescape
Escape
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. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13745 a1c6a512-1295-4272-9138-f99709370657
2007-06-30 20:04:42 +00:00
reversi-game.c
reversi-gui.c
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
reversi-strategy.c
reversi-strategy-naive.c
reversi-strategy-simple.c
Reference in a new issue
Copy permalink