From 5e587bc348787394bea91b7de44101ed669ce26d Mon Sep 17 00:00:00 2001 From: Sacha Ligthert Date: Mon, 11 Dec 2023 00:36:54 +0100 Subject: [PATCH] Added a "screenshot". --- README.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) 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