From 62f10f66d6080098cb8174069cfd888bf20c5c06 Mon Sep 17 00:00:00 2001 From: Sacha Ligthert Date: Mon, 27 Nov 2023 11:58:31 +0100 Subject: [PATCH] Added an initial `design.md` --- design.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 design.md diff --git a/design.md b/design.md new file mode 100644 index 0000000..2d3c450 --- /dev/null +++ b/design.md @@ -0,0 +1,26 @@ +# Design + +Gameplay: See https://en.wikipedia.org/wiki/Chase_%28video_game%29 + +controls: wasd + qezc +Teleport key: t + +`@`: player +`+`: drone +`*`: wrecks + +Playfield: 80x24 - Display message when windows is too small + +Interfaces: +Game + - Screen + - Gamestate + - Styles? + - Player + - Score + - Position + - Moves + - []Robots + - Channel name + - Go routine reference? +