Skip to content

A dice rolling demonstration written in Typescript.

License

Notifications You must be signed in to change notification settings

alterae/rolls-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rolls

A typescript/javascript thing for rolling dice.

⚠️ NOTE: Please do not actually use this code. It is terrible and I need to rewrite it to not be terrible. The purpose of this project was to learn and it served that purpose, but it is not actually very useful.

Usage

I honestly don't know. I guess you could import it into your own project? But it isn't a node module so good luck with that.

Read the documentation comments to find out how things work.

To run the code:

node ./out/rolls.js

To compile the typescript:

tsc

Dependencies

  • node.
  • typescript.

To Do

  • Turn this into a usable command-line tool.
  • Clean up the API (and make it an actual API).
  • Clean up the internal structure.
  • Maybe make it a node module.
  • Big maybe put it on npm or something.

License

This project is licensed under the MIT license. If for some reason you actually want to hack on it, feel free.

About

A dice rolling demonstration written in Typescript.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published