Skip to content

Adlin02/Dots-boxes-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Python "Dots and Boxes" game.

Tkinter, Numpy, an editor, and a computer or laptop are required.To install, use pip install numpy for NumPy and pip install tk for Tkinter.After completing this Basic Installation, open your editor (such as PyCharm, Visual Studio Code, or PyScripter).We'll import the library first in accordance with the code script.Then, we'll define all of the GUI's elements, including the board size, players, dots, and more.Make a class, and then initialise some functions.

Some screenshots of output:

Screenshot 2023-09-15 141954 Screenshot 2023-09-15 142152