Update the README.md with some ideas.

This commit is contained in:
Sacha Ligthert 2023-11-24 23:41:50 +01:00
parent f91b585a0f
commit 1a21f7f145

View File

@ -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.
## 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)