/TycTacToe

A program that allows two users to play tic tac toe locally on their own machine. All logic is written in Python and is played in the terminal. My goal with this project was to cement my understanding of the differences of python syntax.

Primary LanguagePython

TycTacToe

A program that allows two users to play tic tac toe locally on their own machine. All logic is written in Python and is played in the terminal. My goal with this project was to cement my understanding of the differences of python syntax.

Prerequsites

  • This requires the user to have the most recent version of Python installed on their machine. It can either be through the Anaconda Navigator or through Python alone. I highly recommend installing Anaconda for a first time Python user as it comes with a lot of helpful tools out of the box.

Set Up

  1. Fork this repository to your github and then git clone <YOUR URL HERE>
  2. Open your terminal and navigate to the folder storing the app.py file.
  3. Once you are in the correct directory run python app.py or py app.py (depending on your PATH environment variables) and play some Tic Tac Toe!

Author