'C Breakout', written in C.
Build the executable for your system via the following command:
gcc -O0 -pedantic-errors -Wall -Wextra -Wconversion -Wsign-conversion -ggdb -lraylib -lGL -lm -lpthread -ldl -lrt -lX11 ./src/util.c ./src/main.cSet the environment variables required to run raylib:
source env_var.bashand then run the built executable:
./a.out # a.out gets built via the buid step