项目作者: enagantisainath

项目描述 :
A real time & turn based strategy game with multiplayer support.
高级语言: Python
项目地址: git://github.com/enagantisainath/connect-four-game.git
创建时间: 2020-05-20T22:09:11Z
项目社区:https://github.com/enagantisainath/connect-four-game

开源协议:

下载


connect-four-game

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.

Installations

  1. pip install Django
  2. pip install channels

Command Line Arguments

  1. python manage.py runserver 0.0.0.0:<portno>

Contributions

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.