Open kashnx opened 5 months ago
hello @SyedImtiyaz-1 can you please assign me this issue
Description: Create a simple dice game where two players roll dice on page reload. The game should determine the winner (Player 1, Player 2, or a draw) and display the result. This involves setting up an HTML structure, implementing the game logic in JavaScript, and styling the page using CSS. If Player 1’s roll is higher, display “Player 1 wins!”. If Player 2’s roll is higher, display “Player 2 wins!”. If both rolls are the same, display “It’s a draw!”.
I'd like to work on this issue, as I created the issue first. Please assign this issue to me.
Description: Create a simple dice game where two players roll dice on page reload. The game should determine the winner (Player 1, Player 2, or a draw) and display the result. This involves setting up an HTML structure, implementing the game logic in JavaScript, and styling the page using CSS. If Player 1’s roll is higher, display “Player 1 wins!”. If Player 2’s roll is higher, display “Player 2 wins!”. If both rolls are the same, display “It’s a draw!”.