Comments
A dice game where your goal is to keep as many dice as possible to get a score as high as possible!
You are allowed to keep your dice, if the dice you choose are equal to or "adds up" to your highest chosen die! Click on a die to chose it, click again to release it!
For example, you could keep the dice {5, 3, 2, 3, 1, 1}, because (5 = 3 + 2 = 3 + 1 + 1)
Good luck!
Troubleshooting:
If you are experiencing trouble with launching the application, please download the latest Java Runtime Environment (jre8) at http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html
If you are still having trouble, follow these instructions http://www.computerhope.com/issues/ch000549.htm to create or set the PATH user variable to your Java\jre8\bin\ *folder. It should most likely look like this:
Variable: PATH
Value: C:\Program Files\Java\jre8\bin\ (Don't forget the last backslash!)*
In later releases these steps will most likely be unnecessary, please bear with me in the meantime!
#puzzle