s000.tinyupload.com/index.php
Basic gameplay functionality for the upper branch with minimal interface which ofc should be expanded on (like having a lobby where you can enter player number and names).
- click on the front entry to enter the current throw. (so if you want to add 1s, click on the 1 in front)
- click on roll to roll
- click on dice to not roll it the next time (lock the number)
the game ends once every player has had 6 turns and you can restart the game by clicking on new
Adding the lower is not a big problem. Selection (checking if the throw is valid) is a bit more complex, but nothing too crazy. Working with dice.pickedcount will help.