A small car racing game written in C using Raylib.
  • C 99.5%
  • Shell 0.5%
Find a file
2026-07-03 12:25:27 +10:00
assets Initial commit 2026-07-03 12:25:27 +10:00
.gitignore Initial commit 2026-07-03 12:25:27 +10:00
build.sh Initial commit 2026-07-03 12:25:27 +10:00
main.c Initial commit 2026-07-03 12:25:27 +10:00
ReadMe.md Initial commit 2026-07-03 12:25:27 +10:00
UNLICENSE Initial commit 2026-07-03 12:25:27 +10:00

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.

Preview

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