Skip to content

Nouran96/Classic-Arcade-Frogger-Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classic Arcade Frogger Game

This is a classic Frogger-like game with a player and enemies and everything.

Installing

Do the following steps:

  1. Download the zipped folder (Or you can clone the repo and skip step 2)
  2. Unzip it
  3. Open the index.html file in your browser
  4. Choose the character you want to play with
  5. Enjoy the game ( Check How to play section for how to win)

How to Play

After Choosing your character, The game starts. You use the keyboard arrows to move your character left, right, up or down. Your goal is to reach the water without colliding with the enemy bugs and obtain as many stars as you can. Every star gives you 10 points score and also reaching water gives you another 10 points but colliding with enemy takes 10 points from your score. After reaching the water or colliding with enemy the player position resets. To re-choose the character, just refresh the page.

Built With

  • HTML => Structure of the game and start page.
  • HTML5 Canvas => Graphics of the game
  • CSS => Designing the colors and grids of the game and start page
  • JavaScript => Functionality and interactivity of the game

License

MIT License

Copyright (c) 2018 Nouran Samy Attia

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Udacity Nanodegree Classic Arcade Game Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.2%
  • CSS 4.7%
  • HTML 4.1%