With the help of @"Drhu" and another friend on Skype I have made a dicing game.
You start with $5,000 to bet with. There are 6 different dice games. Well, not really different but just a different amount of dice.
http://dl.dropbox.com/u/6776675/diceu1.jar (Updated to make it so you can't bet more than you have) (Has no GUI)
http://dl.dropbox.com/u/6776675/dicegui.jar (Has a simple GUI)
To run these you need a JDK and JRE.
Open cmd and cd to where you saved the file.
type
java -jar dicegui.jar
That is for the one with a GUI
type java -jar diceu1.jar for the other one.
Feedback would be appreciated
You start with $5,000 to bet with. There are 6 different dice games. Well, not really different but just a different amount of dice.
http://dl.dropbox.com/u/6776675/diceu1.jar (Updated to make it so you can't bet more than you have) (Has no GUI)
http://dl.dropbox.com/u/6776675/dicegui.jar (Has a simple GUI)
To run these you need a JDK and JRE.
Open cmd and cd to where you saved the file.
type
java -jar dicegui.jar
That is for the one with a GUI
type java -jar diceu1.jar for the other one.
Feedback would be appreciated