It is a dice game where players take turns to roll a single dice as many times as they wish, adding all roll results to a running total, but lose their score if they roll a 1. The first player to score 100 or more points wins.
The purpose of this game was to understand the basics of vanilla javascript's addEventListener and also to take a first shot at sass building for the first time a simple game interface.
Click here to take a look at the desktop version.