Home About me Portfolio Contact English Dutch
DicegameGif

DiceGame

The Dice Game was a fun race between me and some friends to create a JavaScript dice game as quickly as possible. For this, I was able to use a lot of my Yahtzee code and finished it the fastest, with the highest score."

Html&Css + javascript

TowerDefenceGif

3D TowerDefence

This was a two-person team project. We decided to create a customizable Tower Defense layout for our game. I personally worked on the enemy pathfinding script. Since the layout is dynamic, I chose to implement A* (A-star Pathfinding). The algorithm assigns a cost to each cell and then finds the cheapest path to the endpoint. I also worked on the movement, tower placement, and wall placement scripts, as well as the cost handler for those features.

CodingLanguage & Engine

C# in Unity