src- source code for your kaplay projectdist- distribution folder, contains your index.html, built js bundle and static assets
$ npm run devwill start a dev server at http://localhost:8000
$ npm run buildwill build your js files into dist/
$ npm run zipwill build your game and package into a .zip file, you can upload to your server or itch.io / newground etc.
$ npm install --save-dev gh-pages$ npm run deploy-
Project
- Define libs
- Prototype
- GitHub Repo
- Deploy to Github Pages
-
Communication between client/server mockup
- Simple battle
- Random encounter
- Simple Battle animation
- Die animation
- Background Tiling
- Transfer simple battle
- Base battles on DEX
- Base battles on DEX and ATT
- Treasure Chest
- Regions based enemies list
- Region progression based enemies
- Region selection exploring
- Skill with mana
- LocalStorage
- LocalStorage version verifier
- Server side action duration
- Transfer information about region on each exploration
-
Interface
- Base info input
- Region selection
- Messages
- Region Counter
- Attributes
- Attack projectiles