Tabletop RPG dice rolling application.
This is an application written to serve a useful purpose by itself but also to learn the language of rust.
For the shell UI, I'm using rustbox.
Simply clone/branch the repository, navigate to the root directory and run cargo run. You should be presented with a console-based UI similar to this:
Instructions
These are the instructions for what I plan on implementing:
- Use the
upanddownbuttons to move between die inputs or list items Tabselects the next controlswill save the current input; it's added to the saved listEnterwill perform a roll using the textbox dice datalwill load the currently selected save or history itemCwill clear all data in the applicationcwill clear all data in the left text boxesqwill quit out of the application
License
MIT
