This is a study project to learn Raylib and C programming language. The goal is to create a simple game using Raylib and C.
- Install Raylib and cJSON
sudo apt-get install libraylib-dev
sudo apt-get install libcjson-dev
- Build the project
gcc ./src/main.c -o vn `pkg-config --cflags --libs raylib libcjson`