Skip to content

luzgabriel/pymoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pymoku

Pymoku is a Gomoku game written in python.
The AI was built using Minimax with Alpha-beta pruning


Gameplay demo

Installation

PyPI package

Pymoku is available on PyPI and can be installed with pip:

$ pip install --user pymokugame

Gameplay

In every round a player must choose an empty space to put his piece on. The winner is the first player to form an unbroken chain of five stones horizontally, vertically, or diagonally.

Contributing

All contributions are welcome!

License

This project is distributed under the MIT license.