Read more here!
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
Read more here!
If you have perl installed, just run perl ttt.pl
If not, you can create a docker container to run it:
docker build -t ttt .
docker run -it ttt