Skip to content

Runner is a single player based game. The game is intended to determine how fast a player can collect enough stars. The game has infinite levels and the player is expected to collect 6000 stars to escape.

License

Notifications You must be signed in to change notification settings

Elijahscriptdev/Runner

Repository files navigation

Video Game: Runner

Runner is an RPG video game built with Phaser 3, an open source framework for Canvas and WebGL powered games. This game was inspired by Phaser 3 tutorial: Endless Runner. The main objective was to create a custom role play game.

Assignment link.

Overview

Runner is a single player based game. The game is intended to determine how fast a player can collect enough stars. The game has infinite levels and the player is expected to collect 6000 stars to escape.

Runner

Runner

Runner

Live link

Gameplay

Player

Player (Runner) uses the direction keys( up: to jump and move to upper blocks, down: to move down in a faster way, left: to move left, right: to move right). He continues on in quest to collect stars

Enemy

Bombs are released from vertically into game. They will continue bounce.

Design and Thinking

In the first day I read alot on the Phaserjs library and I got started with the documentation from the official docs. It took me a couple of days understanding the concepts. On the fifth day, I came up with my game mechanics, including the game name, players, enemy and scoring system. The day after, I starting coding based on my own plan.

Assets

All sprites, images and sounds used in this game are from Open Game Art.

Technologies used

Future work

  • Adding more levels
  • Defence mechanisms

Project Setup

Use the git to clone the project to your local machine.

$ git clone https://github.com/Elijahscriptdev/Runner.git

Navigate to the extracted folder

cd Runner

Install the dependencies and modules

$ npm install

Usage

$ npm run start

This will open the app at port-8080. If it doesn't open, visit http://localhost:8080

Testing

$ npm run test

Author

👤 Elijah Obominuru

Github | Twitter | LinkedIn

🤝 Contributing

Contributions, issues and feature requests are welcome! You can open a new issue on the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgements

📝 License

This project is licensed under MIT license - see LICENSE for more details.

About

Runner is a single player based game. The game is intended to determine how fast a player can collect enough stars. The game has infinite levels and the player is expected to collect 6000 stars to escape.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published