Student Projects

One Chance

This was a student project with two fellow students from my class
Jeffrey Bhamornsiri and Erik Lustenberger.
We worked on it for three months besides studying.

All the components in this game are used for educational purposes only.
No revenue is generated from them.


Shoot'n'Shrink

This was my first project that I have implemented as part of my studies.
The principle is simple, the tank shrinks with every hit.
This means that as the game progresses,
it becomes more difficult for the players to hit each other.
The controls can be looked up in the menu. It is a 2 player game on a single keyboard.

All the components in this game are used for educational purposes only.
No revenue is generated from them.


Mini Golf

The main task in this project was to write the collisions in code and not to use Unity's physics engine.
All collisions and gravity were generated by code.
The whole project does without the physics engine of Unity.

All the components in this game are used for educational purposes only.
No revenue is generated from them.


Selfdriving Car

The main task in this project was to write two AI's. One time an classic Ai with an A-Star algorithm and the second one with an mashine learning algorithm.

All the components in this game are used for educational purposes only.
No revenue is generated from them.