diff --git a/README.md b/README.md index cb2ac6d..b29f448 100644 --- a/README.md +++ b/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