Skip to content

Classic game of tic-tac-toe in the command-line made with Python.

License

Notifications You must be signed in to change notification settings

de-soot/tic-tac-toe-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Tic-tac-toe CLI

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

Originally made for my school's computer science class homework assignment, but expanded to include some extra features for fun.

Features

  • Classic game of Tic-tac-toe
  • Follows all of the rules in the original game
  • Break free of the same old 3x3 board with a customisable board size (as of v2.0.0)
  • Two-player gameplay (Single-player coming soon!)
  • Runs on the terminal
  • Minimal ASCII user interface (scales with board size)
  • Made with Python

Usage

Local

Download Python 3.X.X and main.py and run main.py

Online

Open this link in your browser: https://onlinegdb.com/pnxRXTdsC and click the Run button.