A take on the very old Farkle game in 3D. Play through it and score as much as points as you can, while trying to keep your rank intact without losing your sanity from the points you will lose...
This game uses CMake for the build process. Running the command below in sequence will clone the game, generate the necessary build files, and compile the project.
git clone https://github.com/FrodoAlaska/DiceWillYa.git
mkdir build && cd build
cmake ..
cmake --build .
Be prepared to wait for a while since the game fetches all its dependencies and builds them as well. However, after the compilation process is complete, you can play the game right away if you have the necessary assets for the game.
The Old Tower Inn - https://opengameart.org/users/randommind
The Bard's Tale - https://opengameart.org/users/randommind
The Minstrel Dance - https://opengameart.org/users/randommind
Market Day - https://opengameart.org/users/randommind
Red Dice - https://sketchfab.com/Geug


