Bad Beat is an entry to Global Game 2013: http://globalgamejam.org/2013/bad-beat
To run the game "Bad Beat", you need to run the web content from a webserver / httpserver.
If you don't have one locally or remotely, you can install easily a command line http-server:
-
install node.js: http://nodejs.org/download/ (which gets you the npm command)
-
run the following command line (in Windows command or Mac OSX / Linux terminal): 'npm install http-server -g'
Then to run the game, from the folder containing index.html, run the command: 'http-server' It starts the http-server locally on port 8080.
You can now play the game in your favorite web browser after you enter the local adress: 'localhost:8080'
Thanks for playing,
- The Bad Beat team.