Skip to content

Platform game made with Phaser 3(JS), Webpack, ES6 and Jest.

Notifications You must be signed in to change notification settings

CodingKitten2/platform_game

Repository files navigation

Platform Game.

This project consist on build game using phaser 3, ES6, Webpack and Jest.

Built With

  • Phaser 3
  • JS ES6
  • Webpack
  • Module Pattern
  • SASS
  • Jest

Live Demo

Usage

Clone the repository to your local machine

$ git clone https://github.com/davitomix/platform_game

cd into the directory, install dependencies, build and start

$ cd platform_game
$ npm install
$ npm run dev-start

Open http://127.0.0.1:8080 using your favorite broswer, if it doesn't open automatically.

How to play

The main objective of this game is for the soldier to collect all the coins on his treasure. Each new round will spawn coins, flames and bombs. The bombs are the only killers here, so run from them. The flames wont kill the soldier, just take away his points, but don't fear, the soldier can slay the flame with his mighty strength.

To move the soldier, it's as simple as pressing the arrow keys.

  • ↑ Up to jump
  • ↓ Down while on air to fall faster
  • ← Left to move left
  • → Right to move right

To attack just press the space key.

Have fun playing. Any feedback will be appreciated.

Automated Tests 👾

$ cd platform_game
$ npm install
$ npm run test

Art

Authors

👤 David Elí

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Source

The Odin Project Special thanks to shironitus, Ali zahid for the design concept and animations.

📝 License

This project is MIT licensed.

About

Platform game made with Phaser 3(JS), Webpack, ES6 and Jest.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published