Simple HTML5 (Typescript + PixiJS) Vertical Platformer Game
DEMO
Originally created by Christopher Lis as Vertical Platformer in following YouTube video Vertical Platformer Game Tutorial with JavaScript and HTML Canvas
src-tiled
folder refers to Tiled Map Editor
src-texture
folder refers to Free Texture Packer
Refactored to use PixiJS game engine and TypeScript with touch/mouse support
Install node modules (Recommended NodeJS version v16)
npm i
Run webpack dev server
npm run serve