top of page

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!
GGJ - Gameplay.png
Contribution

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

Technical
GGJ - Code.png

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.

bottom of page