Skip to content

tobiascr/four-in-a-row-py

Repository files navigation

Four in a row is programmed in Python 3.7.3 using the standard library.

four_in_a_row.py is the main program that runs the game with a graphical user interface made with Tk.

four_in_a_row_command_line.py is a command line version of the program.

Both uses the program engine.py that computes the moves.

About

A four in a row engine with a GUI made with Python 3.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages