My own implementation of slightly different roulette in Java. (this is just for you to use along you keeping track of bets. This program only shows the "imaginary roll" on the roulette.
- Open the directory where the Main.java is located, (I suggest making new directory for it)
java Main.java
to run this.- It will show intro, press enter to continue.
- You now see that something happened, press enter again to make first roll.
- If you keep pressing enter, it will roll the ball. The bet x2 is there to tell you that if the player bet on red that you should give him x2 payout.
- To exit, you can type q.
V1.0.0 (Alpha) = Main and first version.