Skip to content

js13kGames/the-wandering-wraith

 
 

Repository files navigation

The Wandering Wraith

A 2d platformer for js13kGames 2019 edition challenge.

You can play it here

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:

  • You can delete objects with "delete" key
  • when path point is select 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.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.5%
  • JavaScript 3.0%
  • HTML 2.5%