1.0.10 • Published 4 months ago

@tdurtschi/bug v1.0.10

Weekly downloads
1
License
MIT
Repository
-
Last release
4 months ago

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.