Skip to content

Releases: yyppsk/JavaScript-Mastering

Pig Game : Low and High Dice game v1.2

06 Jul 13:04
ccf1503

Choose a tag to compare

Dice Roll Game

The Dice Roll Game is an interactive two-player game where each player takes turns rolling a die to accumulate points. The objective is to reach a total score of 50 points. Players can roll the dice multiple times, and each roll adds to their current score. However, if a player rolls a 1, their turn ends, and they lose their accumulated points for that turn. The game continues until one of the players reaches the target score of 50, resulting in victory. It's a fun and competitive game that tests luck and strategic decision-making.

To experience the game, please visit the Dice Roll Game website. Feel free to explore the code and contribute to the project to enhance its features and functionality. Happy Rolling!

Guess My Number Game

01 Jul 18:38
c04a905

Choose a tag to compare

Guess My Number Game :

Welcome to the Guess My Number Game repository!

Guess My Number is a simple interactive game where players try to guess a randomly generated number within a given range. In this particular implementation, the number to be guessed falls between 0 and 20. The game provides feedback to the player, indicating whether their guess is too high or too low, helping them narrow down the correct answer. The goal is to guess the number in the fewest attempts possible and achieve the highest score.

To experience the game, please visit the Guess My Number Game website. Feel free to explore the code and contribute to the project to enhance its features and functionality. Happy guessing!