DiceEx is an exciting and interactive dice game that you can now play on your device. The first online game of the famous drinking game Dicex also known as "Würfeln und schlürflen" or "Würfels Ex". Roll the dice and test your luck!
- Simple and intuitive interface
- Realistic dice rolling sound
- Customizable settings
- 2 dice -> one for the person, one for the number of drinks
- Each player gets a number between 1-6
- If a double (pair) is rolled, everyone drinks except the roller
- For 4 or 5 players:
- A rolled 6 allows the roller to choose who drinks
- A rolled 5 means everyone drinks, including the roller
We welcome contributions! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m "Add feature"
- Push to the branch:
git push origin feature-name
- Create a pull request.
Since DiceEx is built with plain HTML and JavaScript, no additional dependencies or package managers like npm are required. Simply open the index.html
file in your preferred web browser to start playing the game.
- Open the project directory:
cd DiceEx
- Open the
index.html
file in your web browser: double-click theindex.html
file.
Enjoy the game!