This is the fourth required project on the Udacity Front End Nanodegree.
In this game you have a Player and Enemies (Bugs). Your goal is to reach the water, without colliding into any one of the enemies.
At start the Player is located in the grass. There are several Enemies (bugs) which go through three different "roads" (stone boxes) at a random speed. Every time the player collides with an Enemy the game resets. Once the player reaches the water the game is finished.
- Player can not move off screen
- Enemies cross the screen
- Enemy-player collision resets the game
- Congratulation alert when player wins
- Player selection (pressing space bar key on selection box)
- Clone or download ⬇ the project
- Open
index.html
file using a browser that meets the necessary requirements
Live version https://bycorsanchez.github.io/arcade-game/
ES6 (ECMAScript 6) features, such as classes and arrow functions, have been used while developing this game. Therefore a browser which support ES6 is needed in order to run it correctly.