This is a different version of the classic arcade game Frogger, this is a minimalist 2D game which the objective is to make the Dunk after avoiding the enemies(Hands) around the court.
Clone or download this repository, then open index.html in your browser.
The easiest way to play the game is by clicking the link below:
https://evandrolorran.github.io/dunker-arcade-game/
Use left-right and up-down arrow keys to move the player from block to block. Collision with enemy(Hands) results in moving the player to start position, while reaching the basket you score 2 points.
- JavaScript
- CSS3
- HTML5
- IDE - Visual Studio Code
- Sketch
The game was developed by evandrolorran for Udacity's Web Front-End Advanced Nanodegree Program program, and is based on their 'starting point' repository.
Player full image created by ERIC PENG
Students should use this rubric for self-checking their submission. Make sure the functions you write are object-oriented - either class functions (like Player and Enemy) or class prototype functions such as Enemy.prototype.checkCollisions, and that the keyword 'this' is used appropriately within your class and class prototype functions to refer to the object the function is called upon. Also be sure that the readme.md file is updated with your instructions on both how to 1. Run and 2. Play your arcade game.
For detailed instructions on how to get started, check out this guide.