2 followers
game dev
Playtesting is super important for game development and there’s nothing new about that. At Valve they start as early as they can and are always...
Super Dash is a bullet-hell game currently in development. I’ll be writing about it in more posts from now on. My background and the idea I started...
A simple definition of a Finite State Machine (FSM) is an algorithm that receives an input and returns an output given its internal state. They're...
Also called Event Listener Pattern, this pattern can be used to decouple components from each other in your game. Robert Nystrom has a dedicated...
originally posted in 04 August, 2020 This is my experience with the GMTK Game Jam 2020, I hope this might be useful for people that never participated...
originally posted in 06 Jun, 2020 This tutorial gives one possible solution to a cut sprite effect in Unity with just one script. There are many...