https://github.com/doodlewind/gomoku
JavaScript Gomuku AI for Web
https://github.com/doodlewind/gomoku
Last synced: about 1 year ago
JSON representation
JavaScript Gomuku AI for Web
- Host: GitHub
- URL: https://github.com/doodlewind/gomoku
- Owner: doodlewind
- Created: 2015-03-14T12:44:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-27T08:16:32.000Z (over 11 years ago)
- Last Synced: 2025-02-17T02:14:04.549Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://ewind.us/h5/gomoku
- Size: 152 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gomoku
JavaScript Gomuku AI for Web
Base on minimax and alpha-beta pruning optimazition, with webworker to allow async thinking.