Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 720 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 720 Bytes

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.