An open API service indexing awesome lists of open source software.

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.

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.