#2d game engine using sdl

5 messages · Page 1 of 1 (latest)

lime crypt
#

Started this project because I usually have spaghetti code and I wanna practice how to make it better and practice C++ in general

Github:
LimitlessEngine.com

distant hinge
#

You have a memory leak in your main function already

#

why are you creating your Entity object as a pointer?

lime crypt