项目作者: stefanosu

项目描述 :
Recreated the classic arcade game Frogger using Object Oriented Javascript principles
高级语言: JavaScript
项目地址: git://github.com/stefanosu/classic-arcade-game-project.git
创建时间: 2018-09-04T03:13:37Z
项目社区:https://github.com/stefanosu/classic-arcade-game-project

开源协议:

下载


Frogger-Classic-Arcade-game

This game was made to practice Object-Oriented JavaScript which is part of a course in the Udacity Front-End Web Nanodegree program
The game is creating using

  • Object object oriented javascript principles
  • HTML
  • CSS to create this game

How to Run the Game

To start the game you must run the index.html file in a browser.

How to Play the Game

Players must use the keyboard arrows (up, down, right, left) to navigate the character around the board.

The objective of the game is to always avoid collision with enemy bugs.
If the player collides with the enemy, the game will reset the character to the starting position on the board.

The player wins the game if there are no enemy collisions, allowing the character to reach the blue water at the top of the board.

Resources

Project example referenced: