This project is aimed at creating an interactive NodeJS command line interface with some added stuff for RPGs.
Simply run node node-calc.js
in a command line interface to run this program.
For now, the only command (besides help) is roll <cmd>
, where <cmd>
should be replaced with something like '1d6' or '1d20+15', and the program will output a dice roll.
Enter help
to get help.
TODO: Write project history
- GreenImp for his awesome JavaScript RPG dice system (https://github.com/GreenImp)
- MikauSchekzen for putting this little program together (https://github.com/MikauSchekzen)
This program is licenced under the MIT license.