A small car racing game written in C using Raylib.
- C 99.5%
- Shell 0.5%
| assets | ||
| .gitignore | ||
| build.sh | ||
| main.c | ||
| ReadMe.md | ||
| UNLICENSE | ||
Racer
This project is a small car racing game written in C using Raylib.
Rigt now, all you can do is drive around and leave skid marks! Up arrow to accelerate. Down arrow to break. Left and right to turn. Car movement is restricted by walls that surround the world. More to come.
Dependencies
Make sure Raylib is installed. For example, on Arch:
sudo pacman -S raylib
Build
To compile the code:
./build.sh
Run
To run the game:
./racer
