# The-Wandering-Wraith **Repository Path**: 520LOVE/the-wandering-wraith ## Basic Information - **Project Name**: The-Wandering-Wraith - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-10 - **Last Updated**: 2025-07-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # The Wandering Wraith A 2d platformer for [js13kGames](https://js13kgames.com/) 2019 edition challenge. You can play it [here](https://tulustul.github.io/The-Wandering-Wraith/) ![Game screenshot](/screens/screen1.png) "build": "webpack --mode=production --env=prod && ./advzip.js && ./checkBundleLimit.js", ## 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](/screens/editor.png) 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](https://zzfx.3d2k.com/).