Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 310 Bytes

README_old.md

File metadata and controls

12 lines (10 loc) · 310 Bytes

Tic-Tac-Toe

Read more here!

How to Run It:

If you have perl installed, just run perl ttt.pl

If not, you can create a docker container to run it:

  • Clone the repo
  • Run docker build -t ttt .
  • Whenever you want to run the game, do: docker run -it ttt