Update README.md

This commit is contained in:
Sacha Ligthert 2023-12-07 01:25:43 +01:00
parent 134c5edef9
commit d1af011acb

View File

@ -14,7 +14,11 @@ The tool will be written in Go exploring the following:
* Generics (if possible) * Generics (if possible)
## Phases ## Phases
### Step 1 ### Step 1: Finish the game
* Make the game in a functioning state (#11) * Make the game in a functioning state [#11](https://gitea.ligthert.net/golang/rowboz/issues/11)
### Step 2 ### Step 2: Split into modules
* Split the game in separate modules (#1) * 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.