From d1af011acb4b69328479b5e3014d39298578a5f5 Mon Sep 17 00:00:00 2001
From: Sacha Ligthert <sacha@ligthert.net>
Date: Thu, 7 Dec 2023 01:25:43 +0100
Subject: [PATCH] Update README.md

---
 README.md | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 3254a33..cb2ac6d 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,11 @@ The tool will be written in Go exploring the following:
 * 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
+### Step 1: Finish the game
+* Make the game in a functioning state [#11](https://gitea.ligthert.net/golang/rowboz/issues/11)
+### Step 2: Split into modules
+* Split the game in separate modules [#1](https://gitea.ligthert.net/golang/rowboz/issues/1)
+### Step 3: Go routines
+* Put robots in separate go routines and experiment with localities
+### Step 4: Beautify the game
+* Work on [#8](https://gitea.ligthert.net/golang/rowboz/issues/8), [#9](https://gitea.ligthert.net/golang/rowboz/issues/9), [#10](https://gitea.ligthert.net/golang/rowboz/issues/10) and make it something nice to look at.