[show] Blob Goes 3D, a 3D platformer made with agb rs #924
MilanFIN
started this conversation in
Show and tell
Replies: 1 comment
-
That's really awesome! Very impressive demo with a really nice selection of levels :D |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
The agb book mentioned that game projects could be shared here, so here it goes.
Blob Goes 3D is a platformer/engine for the gameboy advance made with rust using the agb library.
It has an untextured true 3d polygon renderer. Levels are defined as json files using predefined template blocks. The json files are bundled into the rom and loaded at runtime with serde. I tried to make defining new levels as easy as possible.
Repo with rom download can be seen here: https://github.com/MilanFIN/blob-goes-3d
Itch page (free) with some screenshots: https://milanfin.itch.io/blob-goes-3d
Beta Was this translation helpful? Give feedback.
All reactions