This is a simple dice game built using Lua programming language and Love2D framework. In this game, you can roll a pair of dice against the computer and see who gets the higher roll.
To run the game, you need to have Love2D installed on your system. You can download Love2D from its official website.
Once Love2D is installed, you can clone this repository and run the game by navigating to the project directory in your terminal and executing the following command:
love .
- Click anywhere on the game window to roll the dice.
- After clicking, you'll see the outcome of your roll and the computer's roll.
- The player with the higher roll wins the game.
- You can cheat by right-clicking to force a win or left-clicking to force a loss.
- Left-click: Roll the dice and play normally.
- Right-click: Cheat by forcing a win against the computer.
- Middle-click: Cheat by forcing a loss against the computer.
- Dice graphics by Firkin
- Font by Haley Fiege from The League of Moveable Type
For more details, please refer to the CREDITS file
This project is licensed under the GNU General Public License (GPL) - see the LICENSE file for details.