BRENT VOS
Last Lost Roots
Last Lost Roots is a 3D game action game made under 48 hours, in participation of the Global Game Jam 2023.
Team: Hendrik Provily, Hidde Zondervan, Bram Tseard, Nathan Doornbos & Brent Vos
Click HERE to play!

Contribution
I was the lead-developer of this project. The systems I mostly worked on were the enemy-, weapon- & health systems.
Technical

This project didn't require complicated coding. However I still want to quickly show the parameters of the weapon-system that I made. It's a bit messy, but I am proud for making it in such a limited amount of time.
​
The weapon-system supports melee- and ranged weapons. Weapons have their typical parameters, such as a name, damage, icon and range. ​They also contain a durability system, meaning the (player) weapon would break after being used too much.​ Finally, the weapons had a "Projectile" section, this was mostly for the enemies. It supports shooting multiple projectiles at once, and shooting in bursts.