Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey man!  I also wrote mine in Zig, although I targeted the web.  My game isn't finished yet, but if you wanna check it out the code is on github :) https://github.com/ofrank123/acerola-jam.  I'd also really recommend something like https://www.raylib.com/ if you don't want to deal with all the hardware abstraction BS next time ;)

I would have used Raylib, but it's missing a lot of features that are somewhat fundamental to the big project I plan on using my engine for. Thanks for sharing your own project, I can't wait to give it a look!