Very simple Cee-lo dice game built using HTML, CSS, and Javascript.
RULES:
- A player can only score if they roll at least one pair.
- The score is the remaining number outside the pair. (e.g. if a 2-2-5 is rolled, the score is a 5).
- The higher the number, the higher the score.
- Triples will always beat a single pair score.
- If a player rolls a 4-5-6, it's an automatic win.
- If a player rolls a 1-2-3, it's an automatic loss.
deployed: https://malessi5.github.io/cee-lo/