Simple HTML5 (Typescript + PixiJS) Multi-Room (Level) Platformer Game

Originally created by Christopher Lis as Kings and Pigs in following YouTube video Multi-room 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

Open browser at http://localhost:8875