From 49a53aecc4188250c0ecc50ac165f96a7e60700a Mon Sep 17 00:00:00 2001 From: Daniel Hammer Date: Wed, 18 Mar 2026 14:38:42 +0100 Subject: [PATCH] feat: readme update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e0cf930..e8ecd77 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ MontaukOS is a hobbyist operating system written in modern C++. It runs on bare * Mandelbrot set renderer * PDF viewer app with full support for text (inc. baked-in TrueType fonts) and some graphics * Userspace Music app with support for MP3 and WAV files +* 2D game engine and demo game with fantasy tileset ## Ideology The goal of the MontaukOS project is to create a modern and unique operating system that runs on both emulators and on real hardware. The kernel and included userspace applications are written in modern C++.