From 8a39526580053d0e1e49c69b09a25f1771e9d0ec Mon Sep 17 00:00:00 2001 From: Douwe Ravers <48226147+DouweRavers@users.noreply.github.com> Date: Wed, 13 Aug 2025 00:01:45 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c0667a..8c8283b 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ My source code for the MMO-programming game: Screeps. # Status -To those interested in this code. I wrote the main body of the source code when just learning programming so its kind of a mess. I'm now slowly rewriting the code base to a more SOLID version. :) +As a way to learn c++ programming I used the screepsxx repo for controlling the screeps with c++.