Sprites. The small animated objects are essential to a 2D game. My game will contain quite a number of sprites like enemies, bullets and of course the the player. There are different approaches how to arrange your sprites. Some developers…
Sprites. The small animated objects are essential to a 2D game. My game will contain quite a number of sprites like enemies, bullets and of course the the player. There are different approaches how to arrange your sprites. Some developers…
SDL 1.2 is a pretty easy library to learn. One web site I cannot more than recommend is Lazy Foo’s SDL tutorials. It’s the best starting point if you’re new to SDL. The tutorials go through a lot of important…
About 20 years ago, I had a desire to create my own game. At that time I had some basic programming skills, but I was still very much a beginner. With no clue about how to make a game. In…
When PHP3 popped up, it was here to stay In 1998 I began my long winding road towards becoming a web developer. I had just discovered the joy of creating and designing web sites. Showcasing for the entire world (see:…
For quite a while I have been thinking: “Isn’t it about time to document and share all the coding challenges and programming projects you are working on?” And that resulted in this code blog which will (hopefully soon) be populated…