Various examples, experiments and utils that I've made as part of reading The Nature of Code.
Originally started working on this on CodePen.
When cloning, remember to use git clone --recurse-submodules https://github.com/laustdeleuran/nature-of-code.git
to clone submodules as well (koalition-utils
).
Run npm run deploy
to deploy this project to Github Pages. Remember to make sure that submodules and dependencies are installed and that ./deploy.sh
is executable.