Skip to content

Udacity Project - Object Oriented Javascript (OOPS), HTML5 Canvas

Notifications You must be signed in to change notification settings

nidhigaday/Frogger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frogger - Classic Arcade Game

Part of the Udacity Front-End Web Development Nanodegree

Introduction

This project aimed to learn and practice the concept of Object Oriented Javascript and HTML5 Canvas.

Targeted Skills:

  • OOPS Javascript
  • Javascript Closure
  • Javascript 'this' keyword
  • Code reusability
  • Animation

How to play:

  • Player must reach water to win the game without colliding with Enemy-bugs
  • Only 5 collisions are allowed, else Game will be over!

External Resources

Following are the links I used to understand the process:

  • To understand the process of game construction: Source
  • To use Math functions for random movement: Source
  • To understand the Keyboard key input process: Source
  • To understand collision process: Source

Result

Target Achieved. Play Frogger here.

About

Udacity Project - Object Oriented Javascript (OOPS), HTML5 Canvas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.1%
  • HTML 2.0%
  • CSS 0.9%