C++/C# programmer
For university, I had to make a game from scratch, using OpenGL(ES2), that runs on both a Raspberry Pi and Windows.
I made a small demo of a cloth simulation that is used to control a ghost. It uses a BVH to optimize self-intersection detection.
I had to make a game from scratch in C++ with the theme of ice. This was my first experience programming with C++.
For the first block of my first year in university, we were tasked with recreating a set of arcade games within a simple template.