To run this game, you need to open the file "index.html" in your browser.
Once loaded, the game has begun. the objective is to get the player to the water which will score a point. If you get hit by one of the cockaroaches, you lose a point and will return to the starting area. Note that you need to remain on the water for 2s before being awarded a point.
You can move your player with the UP, DOWN, LEFT and RIGHT arrow keys. Each keydown will move the player one block in that direction. In other words, once one of the movement keys is pressed, only then will the player move in that direction.
All art assets are open source and most of the game's code was developed by Udacity (https://www.udacity.com) as part of the Front-End Web Developer Nanodegree program, specifically project 3.