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
- Host: GitHub
- URL: https://github.com/sehugg/jgameai
- Owner: sehugg
- Created: 2018-06-14T19:35:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T19:47:02.000Z (over 7 years ago)
- Last Synced: 2025-01-15T14:15:30.293Z (9 months ago)
- Topics: ai, game-ai, game-development, java, mcts, mcts-implementations, minimax
- Language: Java
- Homepage: http://feldspargame.com/
- Size: 125 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JGameAI
MCTS/minimax turn-based game AI for JavaUsed 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)