Skip to content

ddpetty/Udacity-Arcade-Game-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Udacity Classic Arcade Game Clone

This game consists of a player character and enemy bugs. The goal of the game is to reach the water, without colliding into any of the enemies, and the player can move left, right, up and down with the keyboard arrow keys. The the killer bugs move in varying speeds across the screen and your manual dexterity and quick reflexes are needed to avoid the enemy bugs and to reach the water. 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 ten times with out losing three lives, the game is won. Run fast!

Live Demo

https://ddpetty.github.io/Udacity-Arcade-Game-Clone/

Languages or Tools used

  • HTML & CSS
  • HTML5 Canvas
  • JavaScript (ES2015)

Getting started

Open the index.html file in any modern browser, click inside the game area, and enjoy playing the game.