Avital-Pikovsky / TicTacToe-game

CS50 Beyond 2019 - Tic-tac-toe game

Home Page:https://avital-tictactoe-game.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

CS50 Beyond 2019 - Tic-tac-toe game

https://avital-tictactoe-game.herokuapp.com/


Languages

Language:HTML 44.3%Language:Python 42.3%Language:CSS 13.4%