Cube Tower (C#)
Cube Tower: A Fun Project Born Out of Lockdown
In 2021, during the lockdown in Norway, I found myself in need of a little amusing project to engage in amidst everything else.
That’s when Cube Tower came into existence. I never quite reached the point of completing the user interface, but all the functionality is there.
You find yourself as a spinning cube in the midst of space, tasked with defending against other cubes descending upon you.
If you get hit by another cube, your cube takes damage, and with enough damage, you lose the game.
The game is “infinite,” with cubes approaching faster and faster, and the number of cubes increasing. There are also different types of cubes—some are slow but resilient, while others are super fast but fragile. The idea is that you’re meant to eventually lose, but you keep the points when you do so you can “upgrade” your cube for the next round, aiming to progress even further.
Every tenth level introduces an extra challenging cube that moves very slowly towards you. This is a “boss” that needs to be defeated while other smaller cubes continue to approach.
The game is very simple in its setup but incredibly enjoyable to play.


What is Proxmox
If you’re anything like me, navigating the vast landscape of virtualization can be a bit overwhelming. In my journey to find a robust yet user-friendly solution, I stumbled upon Proxmox, and let me tell you – it’s been a game-changer. A Versatile Virtualization Marvel Proxmox, in a nutshell, is a complete open-source platform for enterprise…

Why I Use IIS as My Web Server (Long post)
I want to share a bit about why I’m a proud user of IIS (Internet Information Services) as my go-to web server. It’s been quite a journey, transitioning from the familiar realms of Apache and Nginx to exploring the nuances of IIS. So, grab a virtual seat, and let’s dive into why I’ve come to…

What the heck is Docker??
Unboxing the Docker Mystery – A Tale of Containers and Simplicity Hey there, tech wanderers! Today, we’re on a mission to unravel the enigma that is Docker. What in the world is it, and why does everyone seem to be talking about it? Fear not, we’re going to break it down in the most laidback…

How to Install and Use Docker Like a Pro
Unboxing Docker – Your Toolkit for Containerized Magic Today, we’re embarking on a journey into the world of Docker, the powerhouse of containerization. If you’ve ever wondered about efficient software deployment and scaling applications effortlessly, you’re in the right place. Let’s roll up our sleeves and discover how to install and use Docker with ease….

How to Install CSF: A bitesized Guide
Unraveling CSF Welcome to the world of servers! If you’re here, chances are you’re exploring the fantastic realm of creating your own server environment. In this guide, we’ll dive into a must-have tool for every aspiring server administrator: ConfigServer Security & Firewall (CSF). So, grab your tech gear and let’s install CSF! What is CSF…