Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Took me a moment to get the controls down but once I did I gotta say it was pretty fun :D

Honestly I think a minimalist style like this looks great and also doing this using only C++ and SDL!?! I can't even imagine making a game without an engine, great work!

(+1)

Hey thanks for the kind words, means a lot to me (especially from someone who's as bad as me at making tutorials)!
I tried to go with "no art" here (game literally have no asset files, everything is rendered with line primitives) to fit the "serious" part of this jam but failed because that's not so noticeable.
Also I find engine users pretty impressive, especially the new ones learning an engine for this jam: I'd freeze at the sheer amount of tools and systems meanwhile with small libraries you just have what's needed to draw things on the screen so it's essentially a real blank slate, which is easier for mah brain.