SDL C++ Game Project Update
Uploader Comments (ADreamPainter)
All Comments (14)
-
@TheProgrammingExpert i dont think you should use #define for constants, that's what const keyword is for. and every int is signed by default (so if you dont write unsigned int, but just int then it's signed).
-
@hiphoper19881988 where the fuck does it say signed int. it says const int what the fuck have you been smoking.
a more efficiant way would be to write #define FRAMES_PER_SECOND 60 if you are using the definition in a function that takes a signed int,and by the way all intigers are by defualt signed which means they can be positive or negitive.
-
nice
-
nice, the arrows are a very nice touch, I think I am going to use something similar in my game engine...
-
nice
-
dude excellent job =) very impressive keep it up =)
-
Great job in the back ground, i loved it. Keep working in the 2D plataform engine, it needs to be tight or your gameplay will be fucked up.
1:34 awful! Definitions are in a *.cpp! And why is FRAMES_PER_SECOND a signed int?
hiphoper19881988 1 year ago
@hiphoper19881988 I'm learning. Self taught. I was following a tutorial when I designed it that way. Like always I am always learning and eager to any alternative suggestions to improve my programming style and performance. Perhaps you might point me towards an article that may be useful, or further elaborate on some suggestions of how I can improve my programming style? As I'm hoping to become more of a professional, that would be quite helpful. Thanks. :)
ADreamPainter 1 year ago 2
Pretty impressive, high quality work, but it seems the collision and animation code needs a few tweaks
bl0ckeduser 2 years ago 4
still a work in progress.
ADreamPainter 2 years ago