Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.1 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.1 KB

Simple HTML5 (Typescript + PixiJS) RTS (Real Time Strategy) Game

Originally created by Aditya Ravi Shankar as Last Colony in following book Pro HTML5 Games. Extended techniques in this repo.

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:8878

Run local websocket server + static server (dist folder)

npm run socket