Skip to content

Avital-Pikovsky/TicTacToe-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published