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:
These are the instructions for what I plan on implementing:
- Use the
up
anddown
buttons to move between die inputs or list items Tab
selects the next controls
will save the current input; it's added to the saved listEnter
will perform a roll using the textbox dice datal
will load the currently selected save or history itemC
will clear all data in the applicationc
will clear all data in the left text boxesq
will quit out of the application
MIT