Skip to content

sehugg/JGameAI

Repository files navigation

JGameAI

MCTS/minimax turn-based game AI for Java

Used with libGDX for the strategy game "Feldspar" (http://feldspargame.com/)

Simply extend GameState to define your game. Example Games

To run tests: gradle test (note: not all tests pass)