An open API service indexing awesome lists of open source software.

https://github.com/sehugg/jgameai

MCTS/minimax turn-based game AI for Java
https://github.com/sehugg/jgameai

ai game-ai game-development java mcts mcts-implementations minimax

Last synced: 7 months ago
JSON representation

MCTS/minimax turn-based game AI for Java

Awesome Lists containing this project

README

          

# 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](./src/com/puzzlingplans/ai/games/)

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