Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ignabelitzky/gui-dice-simulation
Dice simulation with a graphical user interface.
https://github.com/ignabelitzky/gui-dice-simulation
dice simulation simulator
Last synced: 15 days ago
JSON representation
Dice simulation with a graphical user interface.
- Host: GitHub
- URL: https://github.com/ignabelitzky/gui-dice-simulation
- Owner: ignabelitzky
- License: lgpl-2.1
- Created: 2021-07-18T23:39:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-05T20:14:40.000Z (about 3 years ago)
- Last Synced: 2024-11-11T09:38:48.503Z (2 months ago)
- Topics: dice, simulation, simulator
- Language: C++
- Homepage:
- Size: 748 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GUI Dice Simulator
Simple dice simulator that generates random number between 1 and 6.## Getting Started
To compile the GUI Dice Simulator you should open the CMakeList.txt file with QT Creator, build the app and run on your Linux machine.### Screenshots
![Img 1](https://raw.githubusercontent.com/ignabelitzky/gui-dice-simulation/main/dice-simulation/screenshots/screenshot_1.png)
![Img 2](https://raw.githubusercontent.com/ignabelitzky/gui-dice-simulation/main/dice-simulation/screenshots/screenshot_2.png)
![Img 3](https://raw.githubusercontent.com/ignabelitzky/gui-dice-simulation/main/dice-simulation/screenshots/screenshot_3.png)Here is a [little clip of the program](https://youtu.be/RKCld1lS1OM)
## Contributing
This piece of software is far from being completed so pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.## TO-DO
- Add sound when the dice is rolling.## License
GNU Lesser General Public License v2.1
[LGPL v2.1](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html)