Skip to content

sid-ant/chain-reaction-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chain-reaction-game

The objective of Chain Reaction is to take control of the board by eliminating your opponents' orbs.

Players take it in turns to place their orbs in a cell. Once a cell has reached critical mass the orbs explode into the surrounding cells adding an extra orb and claiming the cell for the player. A player may only place their orbs in a blank cell or a cell that contains orbs of their own colour. As soon as a player looses all their orbs they are out of the game.

Run Instructions

This project utlizes 'web.py' python wsgi and mongodb, hence they are required to run this project. Terminal Commands:

  1. mongod
  2. python2.7 bin/app.py (this will start a local server at 0.0.0.0:8080

Now go to '0.0.0.0:8080/home' to start the game.

About

A 2 player board web game built using Python and HTML, with a brute force AI option

Resources

Stars

Watchers

Forks

Packages

No packages published