SomyaRanjanSahu /
Dice-Game
A simple game website made to show the manipulation of HTML elements using JavaScript.
Loading repository data…
shaharsh624 / repository
The "Game of Dice" is a multiplayer game where N players roll a 6 faced dice in a round-robin fashion. Each time a player rolls the dice their points increase by the number (1 to 6) achieved by the roll.
The "Game of Dice" is a multiplayer game where N players roll a 6 faced dice in a round-robin fashion. Each time a player rolls the dice their points increase by the number (1 to 6) achieved by the roll.
As soon as a player accumulates M points they complete the game and are assigned a rank. Remaining players continue to play the game till they accumulate at least M points. The game ends when all players have accumulated at least M points.
npm install to install the required packages.npm start to play The Game of Dice.npm run test to run the testSelected from shared topics, language and repository description—not editorial ratings.
SomyaRanjanSahu /
A simple game website made to show the manipulation of HTML elements using JavaScript.
Aashir-Shaikh /
In this repo, we create a roll dice game using HTML, CSS and JavaScript. this game is the one of the basic project of JavaScript, you can play by 2 player, hope you'll like this game..!
HarishVinayagamoorthy /
The Roll Dice Game is a simple web-based game built using HTML, CSS, and JavaScript. It provides a fun and interactive way to test your luck and see how the dice roll. The game randomly generates two dice values each time you click the "Roll" button, simulating the experience of rolling dice in real life
NiwashKumarMandal /
Experience the thrill of rolling dice online! My web app, crafted with HTML, CSS, and JavaScript, lets you roll virtual dice with a simple click. Enjoy the randomness and excitement anytime, anywhere. Roll the dice now and let the game begin!"
M-Salman-khan /
🎲 A fun and interactive web-based dice game where you challenge a bot in a battle of luck! Built with HTML, CSS, and JavaScript. Roll the dice and test your fortune! #WebGame #JavaScript
Himanshu91198 /
A web app two player game where the score is tallied until dice with face one is rolled and the player reaching the score of 100 first wins the game. created by using HTML, CSS3, Advanced Javascript DOM manipulation.