GitXplorerGitXplorer
a

arcade-game

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
40945074c0c9aacd0e350d10587666353f27b04e

updating readme file

aana-vela committed 6 years ago
Unverified
d68c1d40821254da023758b8d9362e84a9380ca0

enemies move at random rates

aana-vela committed 6 years ago
Verified
989f6ee1d700b16edf7a5920931b41a1328b98d4

Update README.md

aana-vela committed 6 years ago
Verified
93f6f2311c0b43309731f7926cbd846436f78025

Update README.md

aana-vela committed 6 years ago
Verified
18543319c49c2b6cd4ca8d7bdd8475a2419e8fed

Update README.md

aana-vela committed 6 years ago
Verified
47b1d77e1826aeb7debf9b9d77424c5f13130580

Update README.md

aana-vela committed 6 years ago

README

The README file for this repository.

Frontend Nanodegree Arcade Game

Introduction

This is the 3rd project for Udacity’s FEND Nanodegree. The assignment is to build a clone of the classic Frogger Arcade game. To win the game, the player must travel from one end of the board to the other. There will be obstacles in the way, so the player must avoid the ‘enemies’ to reach the finish point.

How to Play

Fork, clone or download this repo. You'll be able to the see the board when you open index.html in your favorite browser. To move the player, use the up, down, left, and right keys on your keyboard. Once you make it to the other side of the board, you'll get a success message.

Resources