A bullet-hell game about luck and gambling
https://azcraft.itch.io/gamblers-odysee
https://itch.io/jam/gmtk-jam-2022/rate/1617867
git clone https://github.com/AstralShadow/dice_gmtk22
cd dice_gmtk22
mkdir build
cd build
cmake ..
make -j$(nproc)
cp -r ../assets .
./gambler_odyssey
Dependencies: SDL2 SDL2_image
git clone https://github.com/AstralShadow/dice_gmtk22
cd dice_gmtk22
make -j$(nproc)
make run
Currently the game is still a beta version.