This project is very new. Currently runs checkers game experiments in the console. Aims to become a framework for exploring AI and machine learning for board games.
- Uses TUT for a testing framework (http://tut-framework.sourceforge.net/)
- Uses Mongoose as embedded web server (http://code.google.com/p/mongoose/)
- ANTLR 3 for parsing (http://www.antlr3.org/)
MINGW + Eclipse
- More board games, such as reversi, chess or arimaa
- Extend makefiles to build on other platforms
- Incorporate boost libraries
- Get MINGW (http://www.mingw.org/wiki/InstallationHOWTOforMinGW)
- Get TUT (http://sourceforge.net/projects/tut-framework/files/TUT/)
- Unzip TUT to some folder
- Edit src/makevars to include the TUT folder (or add it to your includes)
- Go to the src folder
- run 'make'
- Executable should be in ../bin