Where Do Graphics Fit In?

Introduction Graphics are everything you see in your game. They defined what the game world looks like, and the theme of the world. And, like applications, they form the first impression of your game. But they’re not everything; let’s discuss how to make...

What’s A Sprite?

Sprites are a concept specific to Game Development. NO, they are not glowing white balls, they are the building blocks of most 2D games. You might wonder why, so let me demystify the idea of a Sprite by first talking about Bitmaps/Pictures.   Bitmaps And Pictures...