Skip to content

swathyjayaseelan/Classic-Arcade-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classic-Arcade-Game

Summary

It is a variation of the Classic Arcade Game Frogger built using object oriented Javascript

Goals and Rules

Help the boy to get to the water without getting hit by the bugs. Player gets 1 point each time boy gets to the water. Boy is allowed to hit the bugs for 3 times after which he dies and the game ends. Player wins the game if he/she gets 10 points

Navigation

Use the keyboard arrows to move the boy

Installation

To play the game:

  1. Download the GitHub zip file or clone the repository onto your local workstation

  2. Open a browser window and navigate to the index.html file in your application's directory

(OR)

Access the link in your web browser: https://swathyjayaseelan.github.io/Classic-Arcade-Game/

Tools/Techniques

  • Object Oriented JavaScript
  • HTML5 Canvas
  • Prototype functions
  • Immediately-Invoked Functions Expressions (IIFE)