瀏覽代碼

Update the README.md with some ideas.

Sacha Ligthert 2 年之前
父節點
當前提交
1a21f7f145
共有 1 個文件被更改,包括 12 次插入1 次删除
  1. 12 1
      README.md

+ 12 - 1
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.
+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)