You are not logged in.
Pages: 1
First a note:
This is my first Java application.
I have looked around the repositories and I wasn't able to find a graphical dice roller-- so for my first Java project I set out to make one. I done the GUI by hand and didn't use any builder to help with it-- so it's pretty rough but gets the job done.
I have support for d4, d6, d8, d10, d12, d20 and a d100 die. I also added a roll log feature which keeps track of the previous 25 rolls.
It's a pretty simple program, but works pretty well from my testing.
Please let me know what you think-- and how I can improve upon it.
I have started a repo on Github for Droller. There's also a runnable jar file in the repo.
Last edited by Google (2011-05-14 16:07:21)
Offline
Pages: 1