Pig Dice Game

Project

dice

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.

Guess My Number

Project

lottery random number

The name tells it all. Guess the secret number before you run out of points! This project demonstrates the use of programming logic and document object model to make a simple game.