The sixth iteration of snail. A roguelike built to learn how to build roguelikes.
This iteration uses the ECS library geotic mixed with a bag full of tips and tricks learned from the last 5 iterations.
npm start Run the app local with webpack dev server on port 8080.
npm test Run all tests
npm run preprod Build the application and serve locally on port 1234
npm run deploy Build application and deploy to github pages