Based on Artificial Intelligence for Games by Ian Millington and John Funge.
This project uses nix to install dependencies for the development shell.
nix-shell
- starts a development shell with system dependencies
yarn
- install project dependencies
yarn test
- run the tests
yarn dev
- start a dev server, and start watching files for changes
yarn build
- deploy a bundle to /dist