Added a "screenshot".

This commit is contained in:
Sacha Ligthert 2023-12-11 00:36:54 +01:00
parent ec8c3fb8a3
commit 5e587bc348

View File

@ -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. 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 ## Gameplay
* As described here: https://en.wikipedia.org/wiki/Chase_(video_game) * 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 ## Phases
### Step 1: Finish the game ### 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 ### Step 2: Split into modules
* Split the game in separate modules [#1](https://gitea.ligthert.net/golang/rowboz/issues/1) * Split the game in separate modules [#1](https://gitea.ligthert.net/golang/rowboz/issues/1)
### Step 3: Go routines ### Step 3: Go routines