Skip to content

tzapzoor/uttt-engine

Repository files navigation

Ultimate Tic Tac Toe Engine

Run script.

Match viewer (only works in Firefox). Use '<' and '>' to iterate through the moves.

Multiple simulations script.

Compilation (Linux):

$ ./compile.sh

Running:

$ ./test.sh [bot1] [bot2]

[your bot1] and [your bot2] could be any command for running a bot process. For instance "java -cp /home/dev/starterbot/bin/ main.BotStarter" or "node /home/user/bot/Bot.js"

Errors will be logged to err.txt, output dump will be logged to out.txt. You can edit the saveGame() method in the AbstractGame class to output extra stuff like your bot dumps. If you want to quickly run the engine from Eclipse, change DEV_MODE = false to DEV_MODE = true in the main method of the FourInARow class and provide your own bot in that method as well.

About

[theAiGames.com] Ultimate Tic Tac Toe PvP Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published