/camp-game

Primary LanguageJavaScript

following this tutorial

Tiles are made with Tiled app

Player sprite JSON made with Leshy SpriteSheet Tool

Development

install dependencies

$ npm install

Start webpack dev server and watcher

$ npm start

Build the production release version

$ npm run build

Test out the production release

$ npm run server