Skip to content

Badzyo/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

  • Play Tic-Tac-Toe online vs humans!
  • Choose grid size and game rules that you like
  • Use in-game chat to communicate with your opponent
  • View games history and replays in your profile

Looks better in Google Chrome ;)

Install

$ git clone https://github.com/Badzyo/tic-tac-toe.git
$ cd tic-tac-toe
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python manage.py db init
$ python manage.py db migrate
$ python manage.py db upgrade

Run

$ python3 run.py

Powered by

  • Flask
  • Tornado
  • jQuery
  • Websockets

Author

Denys Badzo
https://badzyo.pp.ua
denys.badzo@gmail.com

About

online Tic-Tac-Toe game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published