FatehAK / frogger

A remake of the classic arcade Frogger game in which the player reaches the end of the board while avoiding enemies. This game makes use of Object Oriented JavaScript to provide its functionality.

Home Page:https://forggerarcade.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frogger

Frogger is a remake of the classic arcade frogger game in which the player reaches the end of the board while avoiding enemies. This game makes use of Object Oriented JavaScript to provide its functionality.

Play the Game

  • You can checkout the game live - https://froggerx.netlify.com (or)
  • You can clone the repository and open 'index.html' to run the game locally.

How to Play

  • Use arrow keys (up, down, left, right) to control the player movement.
  • Navigate the player across the game and avoid colliding with the enemy bugs.
  • Colliding with enemies will reset you back to the initial position.
  • Your goal is to reach the river on top to win the game.
  • You are given with 3 lives so use them well. Good Luck!!

Dependencies

About

A remake of the classic arcade Frogger game in which the player reaches the end of the board while avoiding enemies. This game makes use of Object Oriented JavaScript to provide its functionality.

https://forggerarcade.netlify.com


Languages

Language:JavaScript 72.4%Language:HTML 14.4%Language:CSS 13.2%