Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 492 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 492 Bytes

Be-The-Change

Description

The game details are there in the design doc, please go through it

How To Run

The game cannot be run directly by opening the index.html file in your browser since it requires Cross Origin Requests, therefore first create a local server and open that in your browser. For eg:

foo@bar:~/Be-The-Change/$ python2 -m SimpleHTTPServer
foo@bar:~/Be-The-Change/$ firefox localhost:8000

Authors

  • Vaibhav Garg
  • Kunal Vaswani
  • Akshay Goindani