Beginner Collision Detect Tutorial

I have added a general tutorial on collision detection in MonoGame. It starts with the basics of testing for bounding box collision detection. It then moves to pixel based collision detection followed by collision detection of rotated objects. I will be doing another tutorial that covers alternate collision detection like multiple bounding boxes, bounding circles …

Space Raptor Tutorial 3 Is Live

 I have just posted tutorial. 3 in the Space Raptor tutorial series to the site. This tutorial adds in some backgrounds and frames per second counter. It also adds in a shield for the player that drains over time and regenerates slowly. I also add in a power up that gives the player three way …

Frames Per Second Counter

So, I’m going to try something new. I’m not happy with the way it is rendering 100% but it should copy/paste fine. Most probably have one by now but I thought I’d share my frames per second component outside of a tutorial on its own. It renders the FPS into the title bar of the …

Space Raptor Tutorial 3 Status

I did some work on the next Space Raptor tutorial today. It covers adding in a shield for the player and a power up that gives the player a three way shot. It also adds a frames per second counter so you can gauge how well your game is performing. I’d recommend baselining it on …

Space Raptor Tutorial 2 Is Live

Sorry for not posting yesterday. I was not feeling well and didn’t feel up to working on the computer. Today has been a better day though. I was able to work on programming and writing. I have published the second tutorial in the Space Raptor mini-series to my site. This tutorial covers enemies firing bullets, …

Space Raptor Tutorial One

 I have just published the first tutorial in my new MonoGame mini tutorial series Space Raptor. Space Raptor is a shoot ’em up or shmup that takes place in space. The object is to navigate through a sea of enemies and eventually defeat the final boss. This tutorial covers setting up the projects and adding …