https://github.com/mfori/nim-game-solver
Nim game with AI using combinatorial or minimax algorithm
https://github.com/mfori/nim-game-solver
game-solver minimax-algorithm nim-game
Last synced: 11 months ago
JSON representation
Nim game with AI using combinatorial or minimax algorithm
- Host: GitHub
- URL: https://github.com/mfori/nim-game-solver
- Owner: MFori
- Created: 2019-11-19T23:14:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-09T08:56:39.000Z (over 6 years ago)
- Last Synced: 2025-07-01T08:11:23.042Z (about 1 year ago)
- Topics: game-solver, minimax-algorithm, nim-game
- Language: Kotlin
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nim-game-solver
Nim game with AI using combinatorial or minimax algorithm