Skip to content

tulustul/The-Wandering-Wraith

Repository files navigation

The Wandering Wraith

A 2d platformer for js13kGames 2019 edition challenge.

You can play it here or on the contest page

Post mortem

Game screenshot

Controls

  • left and rigth arrows for movement
  • space for jumping

Editor

The game comes with a built-in editor available in development build only. Game screenshot

Some non-obvious things about editor:

  • press "e" to enable it
  • you can delete objects with "delete" key
  • when path point is selected you can:
    • cut it using "c"
    • toggle between straight lines and bezier curves using "v"

Getting started

  • npm install

For development

  • npm run start

A dev server is started at http://localhost:8080

For production

  • npm run build

Ready to use bundle is located in /dist directory.

Thanks for Frank Force for his awesome ZzFX.

About

A 2d platformer for js13kGames 2019 edition challenge.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages