Code Sample

Using code I have built games, databases and competition robots. Here is an example of some code from a card-game/dungeon-crawler I worked on.

If you want to see what I made, not how I made it, check my projects page!

Pathfinding Code Sample

I did a lot of different pathfinding for this project for movement and level generation. This code finds all tiles connected to a starting tile to detect islands that can’t be reached by the player.

Visual Example:

Code: