A prototype of a game to teach programming
To play, download the .zip and spin up a local server with:
bash server.sh
on port 8000. (http://localhost:8000/)
To log data for players, spin up the local logging server with:
bash datalogger.sh
and use the GET param player= when visiting the game URL. For instance,
logs data only for player 7. This is useful since data can be logged across sessions (visits to the game), in case the game breaks or Chrome crashes.
This game has been tested on a Mac in Google Chrome.