Skip to content

UCB-INFO-PYTHON/Gomoku

 
 

Repository files navigation

Gomoku

Author: Thomas Gao
Term: 2020 Fall Semester
Contact: [email protected]

The Gomoku project is written as part of MIDS Python course with the objective to demonstrate understanding of OOP. In this little program, users can choose to play against each other, play against a bot, or have two bots play against each other. Bots follow a set of pre-defined rules in the Strategy class. The set of rules can be expanded, and in future perhaps code can be used to train bots through adverserial learning.


The program can be initialized on the command line using the arguments below.

CL Arguments


And this is what you see when you skillfully win the game.

Game Board

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%