Skip to content

RestlessCoder/FroggerGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frogger Arcade Game

Summary

Frogger Arcade is a variation of the classic Frogger arcade game.

Goals

Your goal is simple move across the bricks towards the water without getting hit by the enemy bugs.

Movement and Controls

Press arrows : 'Left', 'Right', 'Up' and 'Down' on the keyboard to navigate the Player

Live Demo

Click Here to Watch my Arcade Game

Helpers / Techniques

  • Object-Oriented JavaScript
  • constructor functions to create multiple Enemy instances
  • prototypal inheritance
  • HTML5 Canvas API
  • resource loading via immediately-invoked function expressions (IIFE)

List of Resources

http://www.lostdecadegames.com/how-to-make-a-simple-html5-canvas-game/

About

Mini Arcade Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published