Skip to content

SyntaxVoid/ConnectFour

Repository files navigation

Clone/download the project, navigate to the directory housing the "main.py" in a terminal and run 'python main.py'.

$ git clone https://github.com/SyntaxVoid/ConnectFour.git

$ cd ConnectFour

$ python3 main.py

Requires python3, numpy, and tkinter.

To get numpy, (if you don't have it), do

$ sudo apt-get install python3-numpy

To get tkinter, (if you don't have it), do

$ sudo apt-get install python3-tk

About

Basic connect 4 GUI application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages