I’ve been working on my Weekly Game Jam 173 entry. It’s going well. I have secret doors working and I have combat working. The player also heals over time in between combats while moving. There is a chance that attacks miss. I haven’t implemented critical hits but it is on my planned features. What I …
Weekly Game Jam 173 Update
I didn’t have near the time that I wanted this weekend to work on this. I have managed to get my map working in MonoGame, doors working and enemies spawning. I plan on starting spawning secret doors and combating enemies tomorrow. I’m hoping that I can manage to pull that off tomorrow and implement line …
Weeklly Game Jam 173 – Secret Door
There is another weekly game jam that started today with a theme I can totally get behind, Secret Door. So, I’m doing a Rogue-like with secret doors. Hopefully I come up with some original game ideas over the next few days. I don’t have a map rendering in MonoGame yet but I have a map …
Second Collision Detection Tutorial Is Live
I have just published the second tutorial in my collision detection mini-series aimed at beginners. This tutorial covers doing collision detection with multiple bounding boxes and with bounding circles. You can find the tutorials on the MonoGame Tutorials page of the site. You can also use this direct link.
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 …
Per Pixel Collision Detection on Rotated and Scaled Sprites
This post about detecting collision between two rotated and/or scaled sprites where the sprites are part of a sprite sheet. I found lots of examples of detecting entire sprites but not so much for sprite sheets. This is an extension of my previous post about detecting if two sprites in sprite sheets collide. For this …
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 …
Per Pixel Sprite Sheet Collision Detection
I’ve seen this question asked a few times but no public answers. How do you detect if two sprites in a sprite sheet collide using per pixel collision detection? The answer for entire sprites is available easily. I made two static methods that can be added to a project to check if two parts of …
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 …
