My first game using HTML, CSS, and Javascript.
12
stars
5
forks
source link
ROLL-THE-DICE
- A simple open source game using HTML, CSS, and Javascript.
- To play the game, click ROLL-THE-DICE
Game Description
- In this game you have to guess a number on the die 🎲 while it gets rolled.
- If your guess is right then your score will be updated by one.
- There is a 10 second wait/countdown between rolls.
- A 10 second opportunity to guess the roll.
- When you click your guess, the roll immediately happens and the result is reported.
- If the 10 seconds on the roll expires, it simply resets and there is no impact to your score.
- Adjusting Screen Size: If you are on a desktop browser, make sure to set your browser to 'Full Screen Mode' (F11)
Contribution are Welcomed
Contribution Guidelines for this Project
- Read the issues first. Some of them are simple and some are challenging.
- Try to fix them and then send a Pull Request (PR). Include a screenshot
along with your PR (read below).
- Create a new issue if it is not already there.
How to Add a Screenshot
- Please, add two identical screenshot PNG files under 'README FILES' directory.
- one must be named 'screenshot.PNG' and
- the other must be named 'screenshot_xxxxxxxxxx.PNG' where xxxxxxxxxx is
the Unix Time Stamp
- Why? The time spamed images help us to keep track of past UI changes
Resources