hassanfarid / TicTacToe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TicTacToe

A simple Game of TicTacToe between 2 Players
The dockerized solution is attached.
To run the game via docker:

  • Save all files from this TicTacToe Repository to any folder in your computer
  • Build the image using this "docker image build --tag <image_name_you_decide> /Users/MustafaImam/Desktop/tictactoe/TicTac" command in terminal (Mac OS)- Please place full path to the specific folder with all files in place of "/Users/MustafaImam/Desktop/tictactoe/TicTac"
  • After building the image, please run the image using this "docker run -it <image_name_you_decide>" command.
  • The game is now containerized and can be played via Terminal

About


Languages

Language:Python 99.2%Language:Dockerfile 0.8%