From 5680e2a204f2971bbe876685ab1f6bad05975a2a Mon Sep 17 00:00:00 2001 From: Sacha Ligthert Date: Mon, 11 Dec 2023 21:54:50 +0100 Subject: [PATCH] =?UTF-8?q?Update=20the=20README.md!=20=F0=9F=A5=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b29f448..72d8174 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ The tool will be written in Go exploring the following: ### Step 1: Finish the game * ~~Make the game in a functioning state~~ ### Step 2: Split into modules -* Split the game in separate modules [#1](https://gitea.ligthert.net/golang/rowboz/issues/1) +* ~~Split the game in separate module~~ ### Step 3: Go routines * Put robots in separate go routines and experiment with localities ### Step 4: Beautify the game