Skip to content

The Platform Game involves a dude always on the run while picking stars and jumping across obstacles. A collision with the obstacle kills the dude and the game ends. Built with javascript, Phaser 3 and webpack

Notifications You must be signed in to change notification settings

enaburekhan/Platform-Game

Repository files navigation

Platform-Game

This game involves a dude always on the run while picking stars and jumping across obstacles. If he eventually collide with the obstacles which I called staticKiller. Dude is dead and game ends. And when he falls off the platform, dude also dies and game ends.

loom-video

Game Design

Concept

  • Play as a hasty dude and collect stars while jumping from platform to platform and avoiding killer obstacle.
  • Collect stars to increase your score.
  • Avoid falling off platforms or colliding with Killer obstacle to not lose the game.

Controls

You need a keyboard to control the dude.

  • Press ⬆️ to jump.
  • Press ➡️ to go right.
  • Press ⬅️ to go left.

Assets

Asset Description
dude dude spritesheet to animate the player
platform Platform that the player can jump on
sky World background
star Stars that the player can collect
staticKiller Obstacles that the player needs to avoid

Built With

  • Javascript
  • Phaser
  • Webpack, Babel and Jest

Live Demo

Live Demo Link

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Node.js
  • npm

Setup

Run https://github.com/enaburekhan/Platform-Game.git in your terminal to clone this repo.

Install

Install the necesarry dependencies by running npm install in the root of cloned repo.

Usage

open the index.html with a live-server to view the game in your default browser.

Testing

Run npm run test to run the tests.

Author

👤 Eric Enaburekhan

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

The Platform Game involves a dude always on the run while picking stars and jumping across obstacles. A collision with the obstacle kills the dude and the game ends. Built with javascript, Phaser 3 and webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published