A static html blog powered by unififed & sass.
- Install
hello-world-nginx
container - git clone this repo
- npm install
- npm run build
- Set /website_files volume in nginx container to /site/out
- npm run watch
- Start nginx container
- Refresh page to see updates
A clicker-esque typing game.
- Now that core elements are in, look at DOM structure for entire game.
- Refactor any view updating code to better accomodate animations.
- Refactor scss so that styling classes are no longer ids. This should slim down
game.theme.css
- Balancing - Letter is most powerful upgrades. Increasing line/word length is a penalty, not a buff.
- Email from boss / random event: Modal / pop up notification. When click, chance at a random upgrade with flavour text.