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.
- install npm
- install
dlang
using your terminal:npm install -g dlang
- run
dlang
by typingdlang
in your terminal - ask for help: sgolnaza@gmail.com
- Clone repo
- Install dependencies (
npm install
) - Start a dev environment (
npm run dev
)
- break up input.js
- write roll history to persistent data store
- basic evaluation of dN input with or without modifiers
- basic user interface with help menu
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