A simple game written in C using Raylib for 20 Second Game Jam
You have to pop the circles that match the color of the circle at the top.
S
while in the menu toggles soundLMB
for everything else
sudo apt install build-essentials
installs the libraries- Follow the instructions in the Raylib repo to compile it
git clone https://github.com/degradka/pop-or-fail.git
clones the repocd pop-or-fail/src
cds to the source directorymake BUILDTYPE=RELEASE
builds the game in release mode./pop-or-fail
runs the game
- Install Cygwin or MSYS2
- Make sure to install the required packages (
gcc
,make
) - Follow the instructions in the Raylib repo to compile it
git clone https://github.com/degradka/pop-or-fail.git
clones the repocd pop-or-fail/src
cds to the source directorymake BUILDTYPE=RELEASE
builds the game in release mode./pop-or-fail.exe
runs the game
This game sources are licensed under an unmodified zlib/libpng license, which is an OSI-certified, BSD-like license that allows static linking with closed source software. Check LICENSE for further details.