Skip to content

de-soot/ttt-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

Tic-tac-toe CLI

Classic game of Tic-tac-toe in the command-line interface; made with Python.

Originally designed the usual 3x3 for an academic assignment, but expanded for fun.

Features

  • Break free from the boring 3x3 board and play with a customisable nxn board size (as of release v2.0.0)
  • Follows all of the rules in the original game
  • Two-player gameplay (with plans on AI vs AI and Player vs AI with minimax algorithm)
  • Runs on the terminal
  • ASCII user interface (scales with board size)
  • Made using Python 3

Usage

Download Python 3 and main.py from Releases page. Then run main.py:

$ python main.py