Skip to content

ghuysmans/metaboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

Releases

No releases published

Packages

No packages published

Languages