You are viewing a single comment's thread from:RE: Is There Such a Thing as an Easy C Game Engine?View the full contextthemarkymark (81)in #programming • yesterday Why must it be C? Unless you are building a game engine, it probably isn't the best option.
Because my project is already C, it’s the rogue-like dungeon crawler I’ve been posting about.
I would think using C would drastically increase the time to finish and the amount of problems you run into.
These days most people shouldn’t be using c/c++ for most projects.
You’d be surprised because I already separated out the rendering from the logic. Remember the game up until now is character based, plus there’s no way to use python for the retro target computers I’m already compiling for successfully using c.
Ahh retro you probably are stuck with C
Yeah that said I could make the modern version as its own project without the constraints of the retro side which could be better in the long run