From 1a21f7f14595920cf2e945649dcf23a88852e0d1 Mon Sep 17 00:00:00 2001 From: Sacha Ligthert Date: Fri, 24 Nov 2023 23:41:50 +0100 Subject: [PATCH] Update the README.md with some ideas. --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 272aefa..b0ba5e7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # rowboz -A clone of the video game Chase/Robots written in Go. Primary goal is to deepen my knowledge and understanding of the Go programming language. \ No newline at end of file +A clone of the video game Chase/Robots written in Go. Primary goal is to deepen my knowledge and understanding of the Go programming language. + +## Gameplay +* As described here: https://en.wikipedia.org/wiki/Chase_(video_game) + +## Technology +The tool will be written in Go exploring the following: +* Deepening my knowledge of Go routines +* Usage of channels +* Localities +* Interfaces +* Generics (if possible) \ No newline at end of file