浏览代码

Added a "screenshot".

Sacha Ligthert 2 年之前
父节点
当前提交
5e587bc348
共有 1 个文件被更改,包括 28 次插入1 次删除
  1. 28 1
      README.md

+ 28 - 1
README.md

@@ -2,6 +2,33 @@
 
 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.
 
+```
+╔══════════════════════════════════════════════════════════════════════════════╗
+║                                                                              ║
+║                                                                              ║
+║                +                                                             ║
+║                                                                              ║
+║        +                                                                     ║
+║                           +      +                                           ║
+║           +                                                                  ║
+║  +                                                                           ║
+║                                                                              ║
+║                                                                           +  ║
+║                                                                           +  ║
+║                         +             @                                      ║
+║                                                                      +       ║
+║                                                                              ║
+║                                                                              ║
+║                +                                                             ║
+║     +                                                                        ║
+║                                 +                                            ║
+║                                                                           +  ║
+║                    +                                                         ║
+║                                                                         +    ║
+║                                                                              ║
+╚════[ Score: 0 Level: 1 ]═════════════════════════════════════════════════════╝
+```
+
 ## Gameplay
 * As described here: https://en.wikipedia.org/wiki/Chase_(video_game)
 
@@ -15,7 +42,7 @@ The tool will be written in Go exploring the following:
 
 ## Phases
 ### Step 1: Finish the game
-* Make the game in a functioning state [#11](https://gitea.ligthert.net/golang/rowboz/issues/11)
+* ~~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)
 ### Step 3: Go routines