2d platform type tower defense using Phaser and Tiled
You cant just click on index.html. you need to serve it from a local http server (to avoid cross domain errors). I suggest using python:
python -m SimpleHTTPServer
Then open localhost:8000 in your browser. it should work.