https://github.com/aseyed/othello
A reversi game with AI.
https://github.com/aseyed/othello
ai alpha-beta-pruning java othello-game othello-with-ai
Last synced: about 1 year ago
JSON representation
A reversi game with AI.
- Host: GitHub
- URL: https://github.com/aseyed/othello
- Owner: Aseyed
- Created: 2018-01-18T11:02:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-21T02:40:45.000Z (over 8 years ago)
- Last Synced: 2025-02-08T06:14:50.797Z (over 1 year ago)
- Topics: ai, alpha-beta-pruning, java, othello-game, othello-with-ai
- Language: Java
- Size: 1.82 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# othello
#### A reversi game with AI.
* Be careful MyPlayerAI5 need `javafx`
* You can run AIControllerSinglePlay.java to MyPlayerAIs play together.