Skip to content
/ Gomoku Public

A Python tkinter implementation of the Japanese strategy game Gomoku.

Notifications You must be signed in to change notification settings

Arihaan/Gomoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Gomoku

A Python implementation of the Japanese strategy game Gomoku.

The GUI is developed using the pre-installed library Tkinter and hence, does not require any additional modules.

Download and run gomoku.py to play the game. The look of the game may vary across devices, it is advised to change the height of the window as required, either by dragging the bottom of the window after running gomoku.py or by changing the variable "height_val" on line 7 of the code.

Developed as part of the Programming 1 course at Charles University, Prague. Tested as functioning on macOS Monterey, Windows 10 and Kali.

Screenshots

Main Menu:

Player Name Screen:

Gameplay:

Instructions menu:

About

A Python tkinter implementation of the Japanese strategy game Gomoku.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages