Skip to content

tdurtschi/bug

Repository files navigation

Bug

Bug is a simulation that models a weevil walking around in an HTML canvas.

Setup

Prerequisites

  • NodeJS
  • Yarn

Install Dependencies

run yarn to install all node dependencies.

Run it

yarn start to run a dev server.

Tests

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.