AI framework
  • Java 95.6%
  • TeX 3.7%
  • Python 0.7%
Find a file
2016-03-29 10:36:46 +02:00
report m mod (n+1) = m 2016-03-29 10:36:46 +02:00
src WinnerAI is now a RandomAI 2016-03-27 23:20:50 +02:00
.gitignore report added 2016-03-27 23:24:05 +02:00
COPYING Initial Revision 2015-04-17 09:37:07 +02:00
nim.py Started writing a tool representing a Nim strategy 2016-02-27 15:54:54 +01:00
nim.sh Merge randomAIs and MASTER 2016-03-27 23:20:18 +02:00
README Ant things not working, not needed anyway 2015-04-17 09:49:37 +02:00

MetaBoard allows one to test Artificial Intelligences (AI) over various board
games. Adding new games is supposed to be easy, and it should be possible to
implement AIs working on a whole class of games. This program is distributed
under GPL license.

In order to compile and launch something, just place yourself in the src
directory and compile what you want. Example with the Chess Launcher:

~ cd src
~ javac Games/Chess/Launcher.java
~ java Games.Chess.Launcher

Contact informations:
- Fabian Pijcke <fabian.pijcke@gmail.com>