Giter VIP home page Giter VIP logo

fend-p5-classic-arcade-game-clone's Introduction

Classic Arcade Game Clone

This JavaScript web app is inspired by the classic arcade game, Frogger.

The basic game engine and art assets were supplied by Udacity, and I've built the game as part of the Front-End Web Developer Nanodegree.

Object of the game

Get to the water without being chomped by the bugs!

Running the game

You have two options for playing the game:

  1. Recommended: Play the online version right now!

  2. To play offline or edit/debug the game, clone this repository (or download and unzip it) and then open index.html in your browser or load it in a locally-running web server.

How to play

  1. Move your character with the arrow keys.

  2. If a bug catches you, you'll be sent back to the start.

  3. If you reach the water, you've succeeded! You'll be reset to the start.

  4. Bonus items will appear - grab them before a bug does!

    1. Blue gem - bonus points

    2. Green gem - super bonus points!

    3. Orange gem - hyper bonus points!!

    4. Heart - an extra life!!!

    5. Star - clear away the bugs

Development and Contributing

  1. Fork and/or clone the repository.

  2. Run npm install to set up development dependencies.

  3. Use Grunt tasks:

    1. grunt will lint JavaScript code and identify errors and potential problems, and beautify the HTML, CSS and JavaScript files. Or use grunt jshint to lint and grunt jsbeautifier to beautify.

    2. grunt watch will monitor files for changes and run the linter and/or beautifier.

  4. Submit a pull request if you have a bug fix, or raise an issue to discuss potential improvements or changes to gameplay.

Note that the base code for this project is available from this Udacity GitHub repository.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.