From ffc5d3df13e2f5e3ba6e13016a8aafdb7de7a921 Mon Sep 17 00:00:00 2001 From: Douwe Ravers <48226147+DouweRavers@users.noreply.github.com> Date: Fri, 15 Apr 2022 13:42:03 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 931d80a..9c0667a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # screeps 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. :)