Tesla-vs-Edison

A javascript game build using the phaser library engin. Users try to help Tesla out by collecting electric bolts inorder to beat edison out. It test how long the users can last collecting these electric bolts.

alt tag

You cal play the game online here.

However if you want to play the game on yourlocal machine you can follow the instruction listed bellow in the 'how to set it up' section.


How to set it up

  1. Once you download the file, you need to start a local host. You can do that using python.
  2. launch your terminal and type in
    cd /'the file path'
    python -m SimpleHTTPserver
  3. now you can launch your broswer and enter http://127.0.0.1:8000 in the URL
  4. Enjoy the game and give me feedback please :)