Skip to content

ESCAE/tic-tac-toe-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe FrontendBuild StatusCoverage Status

Flask based tic-tac-toe front end.

Install

Download

git clone git@github.com:ESCAE/tic-tac-toe-frontend.git

cd tic-tac-toe-frontend

Create Virtual Environment

python3.6 -m venv ENV

. ENV/bin/activate

Install the requirements

pip install -r requirements.pip

Run

python tictac.py

Visit localhost:5000 in a browser to see the board.

Test

python test_tictac.py

About

Flask based tic-tac-toe front end.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors