I'm a university student, currently taking a master's degree in information security.
At the side I work with quality assurance at Lunar
Client, the largest Minecraft client in the world,
having over 2 million users and 17
million
downloads.
As a member of the quality assurance team at Lunar Client, my job was to test and quality check all new
features that was being added to the client. Lunar Client is a client for Minecraft, with several mods
to improve the experience and gameplay. It is also the biggest client in the world, which is why our job
is important.
As a teaching assistant in the course INF100 - Introduction to programming, my role was to lead group sessions where other students could ask for help with various problems related to the course. I also acted as a liaison between the students and the lecturer, allowing us to raise issues or provide feedback during our weekly meetings with the lecturer.
A game created with fellow students, with inspiration from the known game Celeste. All textures and sprites are custom-made, with animations made by us. Several levels, with powerups and in-game tutorials.
A simple but fairly secure website for sharing notes between users. Uses a SQLite DB for
registering, login and note storage. Uses Java for backend logic and security.
NB: Not
recommended for use
as it has some bugs
An AI that guesses the word correctly every time with an average guess of under 3 words. It uses entropy to find the best possible word to guess, and then a letter elimination method if needed.