Projects projects projects

DETECTING RUNTIME ATTACKS

2025-06-12 11:44:44

This project, titled “Runtime Software Attacks,” was a semester-long project focused on detecting buffer overflow attacks, such as Return-Oriented Programming (ROP). These attacks are particularly challenging because they manipulate a program’s execution without modifying the binary code itself. The central research question was: “How can we implement and detect runtime attacks that manipulate execution flow without altering the source code of the binary iteself?”.

Image shows the dashboard for the systemcall detection monitoring system.


Full post

SECURE BLOCKCHAINS FOR THE SHIPPING INDUSTRY

2024-12-12 10:44:44

This past semester at Aalborg University, our team dove into one of the trickiest challenges in global shipping: how to make data more transparent, reliable, and secure. Our project, “Developing a Secure Blockchain System,” explored how blockchain technology could tackle inefficiencies, fraud, and disputes that plague the cargo industry.

Image shows pending transactions from a client to another.


Full post

EXPLORING MAPS IN VR

2020-06-27 16:37:48

Back during the covid-19 lockdowns, I picked up an Oculus Quest VR headset, not just for gaming, but also to tinker with some coding experiments. One idea I wanted to try out was exploring how 3D maps would look and perform in VR.


Full post

3D LED CUBE

2019-07-22 11:37:01

Like many others fascinated by 3D LED cubes, I decided to build one myself. It turned into a fun side project and a great way to practice my soldering skills.


Full post

BUSSTIDER

2019-07-22 11:37:01

Busstider is a Garmin watch widget that shows upcoming bus departures. It uses the watch’s GPS to find the nearest bus stops and then displays when the next buses are arriving.


Full post

BACHELOR PROJECT CONSTRUCTION INDUSTRY GAMIFICATION

2019-06-07 02:00:00

For our bachelor project, we were tasked with creating a web-based communication tool for the construction industry. Our team was made up of three game developers and two business students—and this is what we came up with:


Full post

EVOLUTION SIMLUATOR PROTOTYPE

2019-01-07 01:00:00

As a quick experiment, I built a simple evolution simulator that runs over a few in-game days. Different species compete for survival. They eat, fight, and reproduce. As the player, you can intervene by dropping fireballs from above. In the end, only one group makes it out alive.


Full post

WEGL MODEL VIEWER

2019-01-02 21:01:04

This is a small web app for loading .obj models into a scene. It supports real-time shadows and includes controls to adjust the light’s color and direction. The project is written in JavaScript and uses WebGL for rendering.


Full post

GAME TILE EDITOR

2019-01-02 20:56:22

This is a simple tile editor for 2D games, built as a school assignment in a game programming class. The task was to create a basic level editor, and I decided to extend it with some extra functionality. The project is written in C# with WPF handling the UI.


Full post

KARSELIVE 2015

2019-01-02 00:45:15

I wanted to put my Raspberry Pi to use, so I set up a live camera feed to capture cress growing. The Pi took photos at regular intervals and uploaded them to a web server. In the end, I combined all the images into a timelapse. The app was written in Python.


Full post

CARD CREATOR

2018-12-18 01:00:00

This is a simple tool for creating cards for a card game. It’s fairly generic, with just a handful of settings to tweak. The project was written in C# with WPF for the UI, and was developed as part of a project in a game programming class.


Full post

PARTICLES WEBGL

2018-11-21 01:00:00

In this project, I experimented with handling particles in WebGL using Three.js. The scene features fire with smoke, falling confetti, and snow. To make it more dynamic, I added wind that changes both direction and strength. The red cone in the scene visualizes the wind. Its length shows the strength, and the tip points in the current direction.


Full post

FPS BOMBERMAN

2018-07-26 02:00:00

As a kid, I spent a lot of time playing the Flash game Playing with Fire. That inspired me to create an FPS prototype based on it. This is what I’ve built so far, using Unity.


Full post

KOLONIAL SIMULATOR

2018-06-17 02:00:00

This Unity project started as an experiment to get familiar with the API of the online grocery store Kolonial.no (now rebranded to Oda.no). My goal was to load all the products into a virtual grocery store where you could collect items and sync them with your online shopping account. I also experimented with multiplayer functionality so players could shop together in real time.


Full post

SIMPLE SOCCER AI

2018-05-14 02:00:00

SimpleSoccer is a football simulation where both teams are fully AI-controlled. Each player’s behavior is managed using a state machine, with the current state displayed above the player. The project was built in Unity.


Full post

SPACE INVADERS

2018-05-14 02:00:00

A recreation of the classic game Space Invaders, written in C++ using the SDL2 game library. This project was developed as part of an exam in a C++ course.


Full post

A STAR PATHFINDING

2018-05-14 02:00:00

A school project implementing the A* pathfinding algorithm in Unity. In the scene, the green square is the target, the blue cylinder is the player, the orange blocks are obstacles, and the purple and yellow spheres represent the inner and outer nodes of the algorithm.


Full post

RUNNER GAME

2018-02-19 01:00:00

This is an endless runner game built in Unity as part of a school course on Unity development. The goal is to survive as long as possible while collecting coins along the way. Collected coins can be spent on fun hats for your character. All models in the game, except for the player model, were custom made for this project.


Full post

RUTER LIVE

2018-02-06 01:00:00

This is a web app I built in 2017 using JavaScript and PHP. To visualize bus locations more accurately, I calculated estimated arrival times between stops and interpolated the bus icons along the route. The data was fetched from Ruter’s API: http://reisapi.ruter.no/


Full post

POSTNUMMERFORDELING

2017-08-23 02:00:00

A web app that quickly translates a postcode into the number group it belongs to. This was created as part of a part-time job at Posten.


Full post

BUBBLESORT VISUALIZER

2017-08-22 02:00:00

A small program written in Java to explore sorting algorithms. This one specifically visualizes bubble sort in action.


Full post

BOT APP

2017-04-04 02:00:00

A prototype Android app that shows how large a speeding ticket or fine might be based on how many kilometers per hour you exceed the speed limit.


Full post

SKAM NOTIFICATION APP

2017-03-06 01:00:00

SkamNotifi is an Android app I created for fans of the popular TV series Skam, produced by NRK in 2016–2017. The app sends users notifications whenever a new episode or blog post about the show is released.


Full post

BOUNCY GAME

2017-02-04 01:00:00

Bouncy is a game prototype where you control a jumping bunny. The goal is to survive as long as possible by dodging cars and birds. Holding the space bar pushes the bunny into the ground to build up extra momentum for higher jumps.


Full post

POST SORTING SIMULATOR

2017-01-11 01:00:00

Inspired by my part-time job, I created a mail sorting simulator in Unity. The objective is to stamp letters and packages, check that the correct postage has been paid, and throw away any garbage. Earn enough money, and you can expand your operations by owning more buildings—eventually building your very own postal empire. The game was designed for Android devices.


Full post

BAD MULTIPLAYER POC GAME

2016-12-12 01:00:00

This was a fun experiment in creating a multiplayer game by reading and writing player data to local files on a server. The workflow is simple:

  1. Player 1 joins.
  2. The server creates a JSON file storing the player’s name and position.
  3. Every time the player moves, their position in the JSON file is updated.
  4. Player 2 joins.
  5. Each player now updates their own JSON file with their current position.
  6. Both clients also read the other players’ JSON files to track everyone’s movements.

Full post

FITSQUARE GAME

2015-03-08 01:00:00

FitSquare is an Android game where you control a square. The goal is to navigate through obstacles and fit through small openings—each successful pass increases your score. The game was built in Unity.


Full post

BALLRESCUE GAME

2014-07-01 02:00:00

BallRescue is an Android game inspired by Line Rider. The original version was written in Java, but due to the importance of version control and backups, the project was lost. I later recreated it in Unity, adding an in-game map editor instead of relying on a separate web app.


Full post

EVOLUTION SIMULATOR

2013-12-06 01:00:00

This is a 2013 project written in plain JavaScript. In the simulation, heads grow in size as they age, and if they’re old enough, they may try to give birth to a new head of the same type. The head that survives the longest is considered the winner.


Full post

LORENPLAN TIME SCHEDULE VIEWER

2013-09-07 02:00:00

This is an Android app I built in 2013 for my high school to make it easier to view the class schedule, which was otherwise difficult to check on mobile devices.


Full post