Game Development

Cublat

This is a game I made in Unity using c# within 2 weeks. We had to make an arcade kind of game within 2 weeks. We had to use at least one or more things from movie scenes. I chose the  Cast Away Coconut Scene where I took the FedEx boxes and the water as environment. You basically press your spacebar to change direction from left or right. You have to stay on the platform to survive. The game will increase speed depending on the points accumulated.

All for one

This is a game I made in Unity using c#. It was a cool project for school where you had to use different mechanics and stats you could apply. It was basically a kind of bord game you could play. The game has a spawn system where you can apply stats. Based on those stats the pawn behaves differently. The objective is to kill the other pawns.

Simon says remade

This is a game I made in Unity using c#. All the buttons get spawned in from a script. The main script has a singleton so the button script can easily refer back to the game starter script. The games works by creating a list with a random button (which is the order). After adding a random button the program will show what order you have to press. When the you give the right input a random button will be added to the list. Else the game will tell the you that they failed and restart the game.
— Assets made by: Rens L 

Numeric inventory system

This is a Numeric inventory system made in Unity using c#. Blocks spawn with a random score and weight value. When the player collides with an object a data script will be created. In that data script the values random values are saved. Then the data script will be added to your inventory list. The text will also get updated on collision. The text gets updated by counting all data script values from the inventory list.

Web/node.js app development

Eindhoven 2056 Website

I made this for a big school project with 2 other people in a few days. Basically we made a website for the game the other students were making. We made the website so that people everywhere can check what the game is. This site was made for Dutch people. That's why the site is in that language! We didn't work with git yet in this project.

Node.JS Discord Bot

This is a personal project I started before we got to learn JavaScript in school. I already had interest in JavaScript and Discord, so I thought it would be a perfect project to start. This bot is currently still in development. You can check the current progress on this website. My endgoal is to make a allround bot for moderation, memes, level system and music and more. This project will soon get a github link.

Mobile development

Snake for iPhone

This is a small swift mobile app I made by following an outdated tutorial. I recreated it and added some handy features like scaling for every device. This was my first project in mobile development. 

App Development

Website and admin panel

This is an application I made to create database connections. With that connection you can change the data inside the database. When you change somehting in the database it will automatically update it for the website and admin panel. You can add, remove and edit an party. You also can contact the website with a form. When that form is filled in the admin can go to the contact page inside the app and see all the contact information.
— Website made by: Paul B 

Coffee machine interface

This is an app I made to remake the userinterface of a coffee machine. You can choose what kind of coffee you want, how strong it should be, how much milk you want and how much sugar you want in your coffee. When you press make coffee it shows you what you chose. This was one of my first WPF applications.