classic Arcade game is a slight cariation of the classic Arcade Game developed by Esraa. I made this game as a project that is part of the Udacity Front-End Web Developer Nanodegree.
In this game we have a Player and three Enemies (Bugs). The goal of the player is to reach the othe side of water, without colliding into any one of the enemies. The player can move left, right, up and down. The enemies move in varying speeds on the paved block portion of the scene. Once the player collides with an enemy, the game is reset and the player moves back to the start square. Once the player reaches the water the game is won.
To run this application, download the GitHub zip file or clone the repository. Then open a browsser window and within it open the index.html fine in the directory of your application.
You can also play the game by clicking this link:
https://classic-arcade-game-esraa.netlify.com
Object-Oriented JavaScript Scopes, closures and prototype chains The 'this' keyword Superclasses and subclasses HTML5 Canvas
