Real time and Turn based strategy game with multiplayer support.
Modified the original game, such as few tic-tac-toe functionalities are added. The major/only change shall be user can insert coin at any position rather than column-wise insertion (as in original game).
Check out original game here.
pip install Django
pip install channels
python manage.py runserver 0.0.0.0:<portno>
Pull requests are welcome.
For major changes, please open an issue first to discuss what you would like to change.
Game can be enhanced in many ways, I have just implemented a basic version of it.
Will publish on heroku later.