https://github.com/adamsol/gomoku
Game of Gomoku (Five in a Row) with a simple AI based on pattern matching.
https://github.com/adamsol/gomoku
ai five-in-a-row game gomoku pyglet python
Last synced: about 1 year ago
JSON representation
Game of Gomoku (Five in a Row) with a simple AI based on pattern matching.
- Host: GitHub
- URL: https://github.com/adamsol/gomoku
- Owner: adamsol
- License: mit
- Created: 2020-08-14T09:17:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-14T09:19:35.000Z (almost 6 years ago)
- Last Synced: 2025-01-24T08:43:47.414Z (over 1 year ago)
- Topics: ai, five-in-a-row, game, gomoku, pyglet, python
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Gomoku
======
Gomoku (_Five in a Row_) with a simple AI based on pattern matching. Written in Python with pyglet.
Press `R` to restart the game.