Just submitted my game for the 20 Second Game Jam. Such a fun jam to participate in.
Check out the game here: https://t.co/tm40jcCZF1
#gamedev#pixelart#raylib#dlang
We made an indie tactical RPG where your rebellion is made up of two opposing factions.
Command both sides, navigate their tensions, and lead them through challenging hand-crafted battles in a world shaped by legend.
#wishlistwednesday
@monforte_94@Jonathan_Blow I think with the right libraries and code style, you can have a fun time in Rust. A lot of Rust people tend to over complicate things IMO.
Good news: sprite stacking makes depth related things super easy. You can go over every game object N times and draw one slice from the stack(s) at a time.
#gamedev#indiedev#dlang
@yuki_mlx Yep. I do some stuff right now. There are also some tricks to have smaller textures, for walls at least. This makes it easier to get multiple of them in a single huge texture.