Pig Dice Game
Project
A simple dice game where players take as many turns to roll a dice to get a combined score of 100. If a player rolls a 1, they will lose all points gained in that turn. This project was developed using JavaScript's event handlers and document object model manipulation.