Skip to content

tue-alga/bbcs

Repository files navigation

BBCS is a simulator for billiard-ball computers.

Building

BBCS uses webpack to bundle the JavaScript code and its dependencies into a bundle.

First install the dependencies:

npm install

Build the tool (output appears in the dist folder):

npm run build

Run a development server that automatically rebuilds the bundle (and reloads the page in the browser) on code changes:

npm run start

About

Simulator for billiard-ball computers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published