sakshianand / Frogger-Game

Classic Arcade Game. This project was done as a part of FrontEnd Developer nanodegree by Udacity

Home Page:https://sakshianand.github.io/Frogger-Game/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frogger

This is a Classic Arcade Game build using HTML Canvas,CSS and Object Oriented Javascript. Check it live

How to Play

In this game you have a Player and Enemies (Bugs). The goal of the player is to reach the water, without colliding into any one of the enemies. The player can move left, right, up and down. The enemies move in varying speeds on the paved block portion of the scene. Once a the player collides with an enemy, the game is reset and the player moves back to the start square. Once the player reaches the water the game is won.

Special Features

  • When the player crosses water score is incremented by 100
  • When the player collides with the enemy life is decremented by 1 and score by 10
  • After game completion (when number of lives are 0) GAME OVER Alert comes on the screen
  • Game Over alert displayes score and high score of the player

Instructions to run the Game

  • Open index.html file on your browser to run the game.

Screenshot of the Game

Game

Technologies Used

  • HTML5 Canvas
  • CSS
  • Object Oriented Javascript

About

Classic Arcade Game. This project was done as a part of FrontEnd Developer nanodegree by Udacity

https://sakshianand.github.io/Frogger-Game/


Languages

Language:JavaScript 97.5%Language:HTML 2.3%Language:CSS 0.2%