This is a dice game click the button to roll two player game ten turns(5 rounds) the person to have the highest score at the end wins if there is a draw, each player rolls an extra die to decide the winner(you can't see this) How the scoring works:- if you get an even number, you get an extra ten points if you get an odd number, you get minus five points you cannot go below 0 if you get a double, you get an extra ten points and a extra die is rolled( which you can't see) and the number on that die is added( does not follow the even/odd scoring)
this was a challenge set by my computer science teacher so I created it in scratch as a rough draft to actually code in python.