/Arcade-Game

Arcade Game Udacity Project

Primary LanguageJavaScript

Arcade Game Project

Table of Contents

Instructions

The task was to recreate the classic arcade game Frogger with provided visual assets and a game loop engine by adding a number of entities to the game including player characters, enemies and collectable items.

Demo

You can find a demo for this game at https://www.youtube.com/watch?v=cvF55i4Pb9M

Quick_Start

To play:

  1. Click here to open the game.

  2. Use the arrow keys ↑ → ↓ ←, to move the Character.

  3. On game over, restart the game by pressing Enter.

Contributing

  1. Fork it!
  2. Clone file from https://github.com/jatinmadaan8/Arcade-Game.git
  3. Create your feature branch: git checkout -b my-new-feature
  4. Commit your changes: git commit -m "Add some feature"
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request :)

English is the universal language nowadays, so please don't create or comment on issues using another language.

Objective

Avoid the Enemy bugs and reach the lake.