rowboz/README.md

20 lines
537 B
Markdown
Raw Normal View History

2023-11-24 22:19:29 +00:00
# rowboz
2023-11-24 23:41:50 +01:00
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
2023-12-07 01:18:39 +01:00
* Generics (if possible)
## Phases
### Step 1
* Make the game in a functioning state (#11)
### Step 2
* Split the game in separate modules (#1)