Recreation of a classic Arcade Game. It is all made with only html, js e css. No js third-party libs Made for the Udacity Nanodegree
Play it here!!
This game is made using ´OOP´ (Object-oriented Programing) Javascript.
The game has to main classes Game and Game Element
This is constructor is called every time we want to start a new Game. In there are all the game properties, as start time,number of wins, etc..
The Game Element class is a generic class for the element that should be rendered on the game. There is 3 extensions of this class
The game player is the hero of the game. The little character that we will move
The enmies of our hero. Where dangerous creatures
Some bling for the playes to get.
- Build some funny messages when the player loses
- Let the user choose the player image