Skip to content

wlabi/Classic-Arcade-Game-Udacity-FEND

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classic Arcade Game Clone

This repository contains a clone of Frogger, the classic arcade game

PLAY

Installation

Clone or download this repository to your local machine and then to play the game open the index.html file in your browser.

Development

This game was built with HTML, CSS and JavaScript - you can see my JavaScript code in the app.js file. In particular I used and further refined the following skills during the development of this game:

  • Object-oriented JavaScript
  • ES6 (especially the use of classes and template literals/strings)
  • DOM manipulation
  • CSS styling
  • JavaScript game development (especially 2D collision detection and keyboard control mechanisms)

License

The contents of this repository are covered under the MIT License

Acknowledgements

This was the third major project for my Front End Developer Nanodegree at Udacity - they provided the game engine and resources. Their lessons, resources, code reviews and feedback were invaluable.