Marching Trip
A downloadable game for Linux
Being made for int game jam 2025, theme is Duality
Goal
Go from a point A to a point B, by inverting gravity in a trippy world
Autism dump :
- Made without game engine, in C, with raylib and opengl.
- Rendering is made in a opengl fragment shader.
- Use RayMarching for rendering
- Physics is also made from RayMarching (sdf gradient from the player position to get the normal, for gravity & collisions)
- To communicate beetwen the gpu (where sdf and gradients are made) and the cpu (for player movement & physics), we use pixels from the screen to transmit data (ugly but work)
Controls
ZQSD / AWSD : Movement
Space bar : Inverse gravity
R : Restart
Launch game
on Linux :
./game-jam-uwu/bin/Debug/uwu
if it doesn't work :
cd game-jam-uwu
make builds
then
./game-jam-uwu/bin/Debug/uwu
Updated | 2 days ago |
Published | 4 days ago |
Status | In development |
Platforms | Linux |
Author | Crizomb |
Tags | rayllib, raymarching, Space |
Download
Click download now to get access to the following files:
Leave a comment
Log in with itch.io to leave a comment.