1.0.1 • Published 4 years ago

dlang v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

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

  1. install npm
  2. install dlang using your terminal: npm install -g dlang
  3. run dlang by typing dlang in your terminal
  4. ask for help: sgolnaza@gmail.com

For Devs

  1. Clone repo
  2. Install dependencies (npm install)
  3. Start a dev environment (npm run dev)

Todo

  • break up input.js
  • write roll history to persistent data store

Done ✓

  • basic evaluation of dN input with or without modifiers
  • basic user interface with help menu

Contributing

Any contributions are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request