/TicTacToe-game

CS50 Beyond 2019 - Tic-tac-toe game

Primary LanguageHTML

TicTacToe game

CS50 Beyond 2019 - Tic Tac Toe Web App

Play now! 😃

To run the game on your localhost:

  1. Under the repository name, click on ↓ Code.

  2. In the Clone with HTTPs section, click to copy the clone URL for the repository.

  3. Open Terminal.

  4. Change the current working directory to the location where you want the cloned directory to be made.

  5. Type git clone, and then paste the URL you copied in Step 2, and press Enter. (Your local clone will be created.)

  6. Change the current working directory to the file you cloned.

  7. Type export FLASK_APP=application.py and press Enter.

  8. Type flask run and press Enter.

  9. Go to http://localhost:5000/.

  10. Start to play 🎮

1