Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 247 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 247 Bytes

tictactoe

a game of tic-tac-toe that you cannot win

how to play

  1. pip install -r requirements.txt
  2. python tictactoe.py

requirements

i made this with python3.9, untested with anything else, but it probably works with most python3's