Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 926 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 926 Bytes

Steering behaviours

Build Coverage

Based on Artificial Intelligence for Games by Ian Millington and John Funge.

Development

This project uses nix to install dependencies for the development shell.

Commands

nix-shell - starts a development shell with system dependencies

Within the shell

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