Separating Axis Theorem Collision Detection
Introduction In a game you often have to check if two things are colliding. Maybe the player enters a zone that triggers a cutscene. Or…
Read more...Game Randomness And Bags
Randomness is important to get right in games. Not enough and a game becomes too predictable. Getting a good score becomes a game of memory…
Read more...Making A Simple Game
A common approach to solving big problems is splitting them into smaller problems. In this post I intend to show how a game can be split…
Read more...