Skip to content

extremepayne/tic-tac-toe

Repository files navigation

Tic-Tac-Toe

License: MIT GitHub top language Not maintained

Various python programs that play tic tac toe.
OOP-Tic-Tac-Toe.py is the current version. This version allows both players to be assigned as either human or computer players, and computer players have 4 possible levels of difficulty, ranging from "random" to "hard" (impossible). Once these have been assigned, a game commences, and the program ends with a prompt to play again.

Though the basic program is more or less finished, it could use some cleaning up of the code and a GUI.

"-runner" versions are unimportant, they appear to be artifacts of one of my old, inefficent workflows. Based on a program by Michael Dawson.
tic-tac-toe.py is Michael Dawson's original prgram, unchanged. Tic-Tac-Toe_basic.py is that version but with my comments.

About

Various python programs that play tic tac toe.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages