This project for Udacity is a classic arcade game close written in Javascript using HTML and CSS, practicing Object-Oriented Javascript.
Unzip the uploaded file labeled “frontend-nanodegree-arcade-game-master”. You can view the webpage two ways. The first way is to right click on the index.html file and open in your browser( Safari, Google Chrome, etc). The second way is to open the index.html file in your Text Editor such as Atom or Sublime. You can then run the index.html file and it’ll open in your browser. You can then begin the game.
Use the arrow keys on keyboard to move the player. Key objective of the game is that the player must avoid enemies and reach the water. If you collide with an enemy, the game will be restarted; if you reach the water, you win!