Skip to content

This endless runner game was built with the Phaser JS library, Webpack, and Babel

License

Notifications You must be signed in to change notification settings

SmithVyne/phaser3-Runner-Game

 
 

Repository files navigation

Ballie d Runner

A Phaser JS and Webpack project

Outline

Live version

The game is hosted here => ballDeyRun.

UI Preview

Description

This is platform runner game. The player(ball) moves over platforms collecting stars and trying no to fall off. The game can be controlled with the following arrows keys;

    ====== Movement =====

            Use Key:

              UP - To move UP
              DOWN - To stop bouncing
              LEFT - To move LEFT
              RIGHT -  To move RIGHT

        ====== New Game ======

        Use Key:
        
          SPACE BAR - To start a new game after failing

        ====== Tip ======

        Try to get as many stars as you can

Scoring

You get 2 to 3 points for collecting a star.

Credits

Much appreciation goes to the following for making available the assets used for making this game

a. Impact Sounds- Kenney.nl.

b. @Ourcade for tutorials and assets.

Technologies

Installation

Follow the steps below run the game in a local environment; First ensure you have Node.js.

  1. Clone the repository from a terminal git clone https://github.com/SmithVyne/phaser3-Runner-Game.git.
  2. Navigate to the project directory. cd phaser3-Runner-Game
  3. Install project dependencies. npm install
  4. Start the webback server. npm run start webpack will automatically serve the compiled build on http://localhost:8080/.

Unit-Tests

After cloning this repo, in your terminal

  1. Run npm install to install project dependencies.
  2. Run npm run test to run the unit tests locally.

Author

👤 Smith Nkereuwem

Show your support

Give an ⭐️ if you like this project!

Licence

  • MIT

About

This endless runner game was built with the Phaser JS library, Webpack, and Babel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 95.3%
  • HTML 4.7%