rickyg365 / tictactoe

Tic Tac Toe on the terminal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic Tac Toe

On the terminal. Built using python and unicode!


Table of Contents

How to Play

Score:
 O: 0     X: 0
 
 1 ┃ 2 ┃ 3  
━━━╋━━━╋━━━
 4 ┃ 5 ┃ 6 
━━━╋━━━╋━━━
 7 ┃ 8 ┃ 9 

Choose spot: => input the number of the corresponding square to select spot.

Features

  • Keeps track of player score
  • alternates start player
  • can ctrl+c out of most inputs nicely

Coming Soon:

  • Working score display
  • Custom player name
  • Custom Player symbol
  • Add automatic platform detector for clear_screen
  • Game Over screen
  • potentially add socket capabilities for multiplayer play?

About

Tic Tac Toe on the terminal.


Languages

Language:Python 100.0%