Game Developer
Hi my name is Jelle, and I am a Game Developer. I have always had a passion for games and that later grew out into a passion for Development. On this website you can look at projects that I have worked on.
Unity
C#
Github
Illustrator
Photoshop
Indesign
Bushyman is a 3D platformer collectathon game where Busyman and his companion Bag Boy try to save the world from Fevil the Evil. They have to collect golden leaves and Rubber Ducks to open doors to new worlds and evil bosses to eventually stop Fevil from destroying the world.
The dialogue system is made out of multiple scripts. One script is on the NPC that has all the information on it like text/sprites and SFX and one script that manages everything. The manager puts all the info from the NPC into a dialogue box and displays the text letter by letter.
Source code link
The Movement script takes care of all the input from the player. The script lets you walk/run/hover/swim/attack and takes care of the 3rd person camera controls.
Source code link
Weeping Willows is a 2D horror platformer game about a little girl called Mya. Every time she reaches the end of the level the world turns dark and she starts from the beginning all over again but every time this happens it gets more and more dark and spooky around her.
The 2D movement script takes care of the player inputs. It allows the player to walk around and jump. This script was made so it could be played on keyboard but also on an Arcade Machine
Source code link
The player health script keeps track of the amount of health the player has and updates the hearts in the UI. It also updates it once the player takes damage
Source code link
Banananoid is a 3D game inspired by Arcanoid. In Banananoid you play as a banana tree that has to run away from hungry monkeys. You have to shoot bananas at the monkeys and bounce them between the monkeys to kill them and stay alive as long as possible.
The spawner script randomly picks one spawn location out of a list of possible spots and spawns a monkey there. The script also chooses what type of the 3 monkeys to spawn in
Source code link
The points multiplier script has a internal multiplier that multiplies the amount of points the player gets from hitting a monkey. The multiplier will reset back to 0 when the internal timer runs out but can be reset by hitting another monkey within this time frame.
Source code link
Sheep Duction is a 3D shooter/Survival game about aliens trying to abduct the farm animals. You have to take down the aliens to get money to buy better guns and upgrades. As waves go on the game gets harder untill all the animals are taken away and the game is over.
If a player interacts with a shop item the shop script will check if the player has enough money to buy this item. If the player has the money it will take away the amount it cost to buy the weapon and then add the weapon to the inventory or if the weapon is already there give the player ammo.
Source code link
The inventory will keep track of what weapons the player has and how much ammo the player has for this weapon. It will also allow the player to scroll through their weapons with the mouse scroll wheel.
Source code link
These are other small projects that I worked on.
Players have to catch objects falling from the sky to stay alive.
Source code link
Using JavaScript this is a simple re-creation of the easter egg game on google. The player has to jump over the incomming walls to dodge them and reach a new high score. The objective is to try and survive as long as you can.
Source code link
This app is used in classes to learn students about certain objects in a fun interactive way. The app allows students to walk around a object to look at objects closely to understand the way they function. The app also comes with a custom tool for teachers to create lessons using the app.
Source code link
The discord bot will respond and execute commands that will for example give the user information about the server they are in or about a certain role they have. It also has some commands that don't really do anything but are more for fun.
Source code link
This portfolio website is made using HTML and CSS and is hosted through Github pages. On the website you can find projects that I have worked on.
Source code link