Jasper Flick
banner
catlikecoding.com
Jasper Flick
@catlikecoding.com
Dutch developer and tutorial writer for Godot and Unity.
https://catlikecoding.com
In Maze 5.1.0 #unity3d #gamedev tutorial we add windows to the walls of our maze so we can look through them.

catlikecoding.com/unity/maze/5...
Maze 5.1.0
Unity Maze 5.1.0 tutorial, about adding windows to walls.
catlikecoding.com
October 30, 2025 at 3:49 PM
In part 11 of the True Top-Down 2D #gamedev tutorial series for #GodotEngine 4 we add the best map scores to our game's HUD.

catlikecoding.com/godot/true-t...
Showing Best Scores
Always show best scores while playing a game in Godot Engine 4.
catlikecoding.com
October 24, 2025 at 3:43 PM
In Custom SRP 5.1.0 #unity3d #gamedev tutorial we convert some of our unsafe passes to raster render passes.

catlikecoding.com/unity/custom...
Custom SRP 5.1.0
A Unity tutorial about using raster render passes.
catlikecoding.com
September 30, 2025 at 9:14 AM
New native AnyDice functions:
[highest 2 of 4d6 and 2d8] and lowest variant.

This saves you the trouble of defining it yourself. They're also a tiny bit faster, but nothing significant.

anydice.com
AnyDice
AnyDice is an advanced dice probability calculator, available online. It is created with roleplaying games in mind.
anydice.com
September 6, 2025 at 3:25 PM
True Top-Down 2D #GodotEngine #gamedev tutorial part 10:

This time we add more info to our game's HUD. We show the valid and total detector count. We also show the travel distance and keep track of the best one per map.

catlikecoding.com/godot/true-t...
Extra Map Info
Add a simple HUD to a game in Godot Engine 4.
catlikecoding.com
September 5, 2025 at 3:18 PM
Small new AnyDice QoL feature:
You can now trigger calculation by pressing Ctrl/Cmd/Meta + Enter in the text area.

anydice.com
AnyDice
AnyDice is an advanced dice probability calculator, available online. It is created with roleplaying games in mind.
anydice.com
August 29, 2025 at 1:19 PM
This time we have a small Hex Map #unity3d #gamedev tutorial, to improve the player experience when editing maps. We make drawing rivers more pleasant.

catlikecoding.com/unity/hex-ma...
Hex Map 4.1.0
Unity Hex Map 4.1.0 tutorial, about improving the dragging UX.
catlikecoding.com
August 28, 2025 at 2:20 PM
True Top-Down 2D #GodotEngine #gamedev tutorial part 9:

This time we add a simple HUD to our game, showing the current map name and how long the player has been on it. We also keep track of the best map-completion time and show when a new best time is achieved.

catlikecoding.com/godot/true-t...
Game HUD
Add a simple HUD to a game in Godot Engine 4.
catlikecoding.com
August 22, 2025 at 1:56 PM
Maze 5.0.0 #unity3d #gamedev #tutorial:
We spice up our maze with ornaments, making it more interesting to look at and a bit easier to recognize areas we've already visited before.
Maze 5.0.0
Unity Maze 5.0.0 tutorial, about adding ornaments to cells.
catlikecoding.com
July 26, 2025 at 4:01 PM
True Top-Down 2D #GodotEngine #gamedev tutorial part 8: saving progress:
Saving Progress
Add support for saving progress to a game in Godot Engine 4.
catlikecoding.com
June 28, 2025 at 9:58 AM
Custom SRP 5.0.0 #unity3d #gamedev tutorial, switching to unsafe passes.
Custom SRP 5.0.0
A Unity tutorial about switching to unsafe passes.
catlikecoding.com
May 31, 2025 at 8:37 AM
True Top-Down 2D #GodotEngine #gamedev tutorial part 7: map transitions:
Map Transitions
Add support for map transitions to a game in Godot Engine 4.
catlikecoding.com
April 30, 2025 at 12:33 PM
Hex Map 4.0.0 #unity3d #gamedev tutorial, replacing uGUI panels with UI Toolkit ones.
Hex Map 4.0.0
Unity Hex Map 4.0.0 tutorial, about using UI Toolkit to recreate the map UI.
catlikecoding.com
March 30, 2025 at 2:54 PM
True Top-Down 2D #GodotEngine #gamedev tutorial part 6, multiple maps:
Multiple Maps
Add support for multiple maps to a game in Godot Engine 4.
catlikecoding.com
February 27, 2025 at 3:37 PM
Maze 4.0.0 #unity3d #gamedev tutorial goes Unity 6 and UI Toolkit:
Maze 4.0.0
Unity Maze 4.0.0 tutorial, about upgrading to Unity 6 and using UI Toolkit.
catlikecoding.com
January 24, 2025 at 2:19 PM
True Top-Down 2D #godotengine #gamedev tutorial part 5, detectors:
Detectors
A object detectors to a game in Godot Engine 4.
catlikecoding.com
December 24, 2024 at 4:28 PM
Custom SRP 4.0.0 #unity3d #gamedev tutorial migrates our RP to Unity 6.
Custom SRP 4.0.0
A Unity tutorial about migrating to Unity 6.
catlikecoding.com
November 22, 2024 at 2:45 PM
Part 4 of my True Top-Down 2D #godotengine #gamedev tutorial series adds light and shadow.
Light and Shadow
Create Light and Shadow in Godot Engine 4.
catlikecoding.com
October 24, 2024 at 2:33 PM
Custom SRP 3.2.0 #unity3d #gamedev tutorial simplifies things a bit, in preparation for the migration to Unity 6.
Custom SRP 3.2.0
A Unity tutorial about simplifying our RP.
catlikecoding.com
October 10, 2024 at 2:11 PM
Part 3 of my True Top-Down 2D #gamedev tutorial series for #GodotEngine 4 adds movable objects that can be pushed around.
Movable Objects
Create movable objects in Godot Engine 4.
catlikecoding.com
September 28, 2024 at 11:23 AM
Maze 3.0.0 #unity3d #gamedev tutorial changes how we build cells.
Maze 3.0.0
Unity Maze 3.0.0 tutorial, about building cells with smaller parts.
catlikecoding.com
August 29, 2024 at 3:06 PM
Custom SRP 3.1.0 #unity3d #gamedev tutorial adds settings for our Forward+ renderer. We also mark the lights-per-object mode as obsolete.
Custom SRP 3.1.0
A Unity tutorial about adding settings for Forward+ rendering.
catlikecoding.com
August 27, 2024 at 3:57 PM
I have upgraded my True Top-Down 2D #gamedev tutorial project for #GodotEngine to Godot 4.3.
True Top-Down 2D
A beginner-level tutorial series that goes through the creation of a simple true top-down 2D game, using the Godot 4 engine.
catlikecoding.com
August 21, 2024 at 3:22 PM
Hex Map 3.4.0 #unity3d #gamdev tutorial, turning the cell class into a struct.
Hex Map 3.4.0
Unity Hex Map 3.4.0 tutorial, about replacing the cell class with a struct.
catlikecoding.com
July 30, 2024 at 3:32 PM
Part 2 of my True Top-Down 2D #gamedev tutorial series for #GodotEngine 4 adds a player character.
Player Character
Create a simple top-down player character in Godot Engine 4.
catlikecoding.com
June 27, 2024 at 6:21 PM