Cool concept, got 28 points, I feel like the dice dont do anything (rolled 5 on hp and died on first hit), the game doesnt start till you pause and reasume. One more thing, i have seen this in few games that dice never roll 6 (in your game too or I am just incredibly unlucky) and i think it's becouse u use Random.Range(1, 6); but in the int case the high number never gets rolled - u should use Random.Range(1, 7); to get all the rolls