dlang
v1.0.1
Published
Command line app for rolling dice!
Downloads
4
Readme
DLang Dice Language
DLang is a command line tool for tabletop gamers. Using an easy to use syntax, players can keep track of dice rolls with or without modifiers.
For Gamers
- install npm
- install
dlangusing your terminal:npm install -g dlang - run
dlangby typingdlangin your terminal - ask for help: [email protected]
For Devs
- Clone repo
- Install dependencies (
npm install) - Start a dev environment (
npm run dev)
Todo
- [ ] break up input.js
- [ ] write roll history to persistent data store
Done ✓
- [x] basic evaluation of dN input with or without modifiers
- [x] basic user interface with help menu
Contributing
Any contributions are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
