Skip to content

A real time & turn based strategy game with multiplayer support.

Notifications You must be signed in to change notification settings

enagantisainath/connect-four-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

pip install Django
pip install channels

Command Line Arguments

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.