Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 875 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 875 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 nxn board size (as of v2.0.0 release)
  • Two-player gameplay (with plans on AI vs AI and Player vs AI with minimax algorithm)
  • Runs on the terminal
  • Minimal ASCII user interface (scales with board size)
  • Made with Python

Usage

Local

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

python main.py

Online

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