From f21118f9f77cc800ab7c1e4a3e3b25b566eb5517 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Thu, 24 Jul 2025 20:32:16 -0700 Subject: [PATCH] docs: moar for readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 39405cb..6340bda 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ Currently an example Rust game from the GBA crate, but with nix building. +Hopefully eventually a series of game projects to learn how to make games on smol hardware + +Emphasis on learning: + +* embedded programming +* game development +* building abstractions + ## Usage ```