jaspinall / FEProject4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frontend-nanodegree-arcade-game

Summary

Project completed as part of Udacity's Front-End Web Developer Nanodegree.

This project is recreating the classic game "Frogger".

Open the html file in a browser to play the game. Use the left, right, up, and down keys on a keyboard to move the player across the game board. Move the player to the water to win the game!

Components

  1. JavaScript Files
  • resources.js an image loading utility
  • engine.js the game engine, draws the game board
  • app.js contains the player and enemy objects and controls their positions on the game board
  1. HTML file
  • index.html open this file in the browser to run the game
  1. CSS file
  • style.css minimal CSS styling
  1. Images
  • contains the PNG images for the player, the enemies, and the game board.

About


Languages

Language:JavaScript 97.7%Language:HTML 2.0%Language:CSS 0.2%