/m-n-k-game

Simple Python script for playing generalized tic-tac-toe (GUI created using Pygame)

Primary LanguagePython

m-n-k-game

Source code for a simple Pygame based implementation of the generalized version of tic-tac-toce (m-n-k game) that I wrote for fun a few years ago.

The game is played on your local computer, with your opponent sitting next to you. To start the game, run the python script from your terminal

python tictactoe.py

Dependencies

  • Python 2.7 (may work with other versions)
  • Pygame (website)