bertieb ad536fe608 | преди 3 години | |
---|---|---|
src | преди 3 години | |
.gitignore | преди 3 години | |
README.md | преди 3 години | |
dice.ts | преди 3 години | |
gulpfile.js | преди 3 години | |
package.json | преди 3 години | |
tsconfig.json | преди 3 години |
This project simulates rolling dice and collecting results (like AnyDice).
It is mostly of interest to simulate the rolling of a particular kind of dice -- Asphodice -- which is not possible in AnyDice.
This package relies on node for package management and gulp for the build pipeline. npm install
should install dependencies. From there, tsc
will transpile from TypeScript to JavaScript; or gulp
will start a BrowserSync instance for developing the frontend, running at http://localhost:3000/. npm test
will run the test suite.