I’ve finally managed to finish the Dice Roller tutorial for our wiki.
This tutorial is targeted at intermediate Ada users (or fairly sharp beginners). In it we build a small dice roller application, which probably is obvious from the name.
The tutorial comes with a complete Git repository, so it’s very easy to grab the code and get it up and running.
I have of course tested the code left and right, but if you experience any problems or find any bugs, please let me know.
Enjoy!
UPDATE: Thanks to the feedback of Rod Kay, the program no longer contains the ugly double loop in the diceroller.adb source file. The new code is much cleaner. Thanks Rod!