Skip to content

ryanflach/jeepney_jump

Repository files navigation

Jeepney Jump

Play the game here.

Jeepney Jump is an offline-enabled Filipino-themed 2D endless obstacle game. Built in JavaScript, it is a single-page, client-side web application that utilizes Webpack. Touch events are enabled to also be enjoyed on mobile devices.

As the player, you control a jeepney, an iconic form of public transit in the Philippines.

Jeepney:
Jeepney

As the jeepney travels a 2D boulevard in metro Manila, the player uses the space bar to jump and avoid obstacles.

Obstacles:
Motorcycle Street Dog

The player begins with 5 health, losing one upon each collision. Health can be regained by picking up bonus items--lumpia and mango, two famous Filipino foods--along the way. If a player is at maximum health, collecting a bonus item will result in the earning of additional points.

Bonus Items:
Lumpia Mango

Difficulty is automatically increased based on the amount of time the player survives. Difficulty is incremented by increasing the speed of passing obstacles and bonus items.

A player's high score is stored and retrieved via localStorage.

Usage

To install the dependencies:

npm install

To fire up a development server:

npm start

Once the server is running, you can visit:

  • http://localhost:8080/webpack-dev-server/ to run the application.
  • http://localhost:8080/webpack-dev-server/test.html to run the test suite in the browser.

Collaborators

About

Filipino-themed 2d JavaScript obstacle game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages