frontend-nanodegree-arcade-game

Project Overview

Project #3 of Udacity's Front-End Web Developer Nanodegree. The task was to recreate the classic arcade game Frogger with provided visual assets and a game loop engine by adding a number of entities to the game including player characters, enemies and collectable items.

Classic Arcade Game Clone

Foo

Chick it Live

OR Clone The repo

Basic game Functionality

In this game you have a Player and Enemies (Bugs). The goal of the player is to reach the water, without colliding into any one of the enemies. The enemies move in varying speeds on the paved block portion of the scene. Once a 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 and you will have alert inform you than you Won!

How to Play:

Press the up, down, left and right arrow keys on your keyboard to move the player. Do your best to get to the other side of the road without being taken down by a bug!

Enjoy ..