From 134c5edef9d2da2d712da0e7f47acb0a19a14a82 Mon Sep 17 00:00:00 2001 From: Sacha Ligthert Date: Thu, 7 Dec 2023 01:18:39 +0100 Subject: [PATCH] Update the readme (1/2) --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b0ba5e7..3254a33 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,10 @@ The tool will be written in Go exploring the following: * Usage of channels * Localities * Interfaces -* Generics (if possible) \ No newline at end of file +* Generics (if possible) + +## Phases +### Step 1 +* Make the game in a functioning state (#11) +### Step 2 +* Split the game in separate modules (#1) \ No newline at end of file