Skip to content

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 - Node, JS, REPL, CLI

License

Notifications You must be signed in to change notification settings

SevanBadal/dlang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DLang Dice Language

NPM

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: [email protected]

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

About

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 - Node, JS, REPL, CLI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published