https://github.com/ericadamski/othello
A simple Othello game with an AI using MinMax and alpha-beta pruning
https://github.com/ericadamski/othello
Last synced: 10 months ago
JSON representation
A simple Othello game with an AI using MinMax and alpha-beta pruning
- Host: GitHub
- URL: https://github.com/ericadamski/othello
- Owner: ericadamski
- License: mit
- Created: 2015-02-24T15:43:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-10T03:01:12.000Z (almost 11 years ago)
- Last Synced: 2025-01-06T09:45:38.009Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 250 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Othello
#### With AI
A simple Othello with ability to play :
- Two humans
- Against a simple AI using one of two heuristics
- Two AIs against each other
###### AI Was built using the ```Minmax``` algorithm with alpha-beta pruning
Basic UI Code taken from : [@JDub20](https://github.com/JDub20/othello)!
Thank you! :thumbsup: