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.