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.


Deploying IPFire in Microsoft Azure
This article has been composed from personal notes and documentation by using AI. Microsoft Azure offers robust native tools like Azure Firewall, but these can sometimes come with a premium price tag that eats into your credits or budget. Enter IPFire, an open-source, Linux-based firewall distribution that’s not only powerful but also highly customizable. With…

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….