Home

Awesome

Snail 6

Play Game

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.

<img width="2123" alt="Screen Shot 2020-06-06 at 8 50 53 PM" src="https://user-images.githubusercontent.com/925980/83958448-6cc8fb80-a837-11ea-913e-440f9df77bdc.png"> <img width="2554" alt="Screen Shot 2020-06-13 at 5 43 04 PM" src="https://user-images.githubusercontent.com/925980/84593769-780dbf80-ae13-11ea-819a-a474322af71a.png">

Scripts

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