Projects
Main Games
3D Tic Tac Toe
2022
A Unity project where Tic Tac Toe is played in 3 dimensions. The programming language used for this game is C#. The total lines of self written code adds up to 1900, which are divided into 32 unique scripts. The game is implemented into this website via WebGL.
Covert Operation
2021
A 2D-shooter game made in Unity. The programming language used for this game is C#. The total lines of self written code adds up to 8200, which are divided into 104 unique scripts. Assets are drawn in Photoshop and animated in Unity. The game is implemented into this website via WebGL.
Minigames
Hangman
2020
This project involves building an interactive hangman game in JavaScript. An included feature is to choose your own word, to then let another person guess that word.
Snake Processing
2021
This is a snake game built in Processing 3. Java was used in collaboration with Processing, and JavaScript was used to communicate between HTML and Processing.
Flappy Bird
2020
This is a flappy bird game made directly in the browser. This uses the canvas component with JavaScript.
Quantum Tic-Tac-Toe
2022
This is a tic tac toe game with a twist. This minigame includes three phenomena in quantum mechanics, which are superposition, collapse, and entanglement.
Programs
Hangman Solver
2021
Hangman Solver searches through a dictionary to find fitting words, and calculates the occurence percentage of each letter.
Snake AI
2021
This is an AI built in Processing 3 with Java. The AI works by looking certain steps ahead and deciding the best outcome to achieve the highest score.
Dice
2019
A simple dice thrower made with JavaScript. There is also a possibility of simulating dice throws.
Steinhart-Hart
2019
This is a calculator for NTC thermistors, which calculates the temperature based on the resistance in the NTC-component.