Csteroids is an Asteroids inspired roguelite written entirely from scratch in C with the help of SDL3, a low-level graphics API.

This was my first adventure into both C programming and writing a game without an engine; I learned a lot of lessons along the way and ultimately had a good time doing it. I definitely took for granted the 'simple' things modern engines do, like text rendering or audio management, and so implementing those systems were challenging but also rewarding.

Technically, Csteroids is completely software-rendered (in fact it only uses two API calls, RenderLine() and RenderPoint()!) You can check out the repository here, and visit my portfolio here.

Published 1 day ago
StatusReleased
PlatformsHTML5
AuthorAlx-R
GenreAction
Tags2D, 8-Bit, Arcade, Asteroids, Retro, Roguelite, Singleplayer

Leave a comment

Log in with itch.io to leave a comment.