Bug is a simulation that models a weevil walking around in an HTML canvas.
Check out the live demo.
- NodeJS
- Yarn
run yarn to install all node dependencies.
yarn start to run a dev server.
yarn test to run the test suite.
yarn test-browser to run the browser smoke test suite.
yarn test-unit to run jasmine unit test suite.
yarn test-integration to run jasmine integration test suite.