Skip to content

The Web version of the game Tic-Tac-Toe, created on the Python Django.

Notifications You must be signed in to change notification settings

AnotherProksY/Django-Web-Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-Web-Tic-Tac-Toe

CircleCI Codacy Badge

The Web version of the game Tic-Tac-Toe, created on the Python Django.

How to use

Open terminal and write this commands

git clone https://github.com/AnotherProksY/Django-Web-Tic-Tac-Toe.git
cd Django-Web-Tic-Tac-Toe/
python3 -m venv .env
source .env/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
python3 manage.py runserver

Open your Web Browser and put this URL

localhost:8000

To stop server, hit Ctrl-C

About

The Web version of the game Tic-Tac-Toe, created on the Python Django.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published