A game where player tries to reach the water without colliding with enemies.
-
Get game folder: either download or clone it via: https://github.com/AhlamKhalid/Classic-Arcade-Game.git
-
Open the file
index.html
Do your best to reach the water without being hit with enemies - actually just bugs :)), each time you reach the water successfully, you will get a diamond. To win and be the master of the game, try to get all the diamonds ;) What is more interesting tho, you can choose your player!
-
player can move up, down, left, and right
-
player doesn't get out off canvas
-
user chooses which player to play with
-
collision detection between player and enemies
-
player turns back to initial loction if collision happened
-
player gets a diamond each time it reaches water
-
enemies have random speeds
-
HTML
-
CSS
-
Javascript