From 81a6f3409bb62643af0d71504d96f49ce56c3cca Mon Sep 17 00:00:00 2001 From: mcolonna Date: Mon, 8 Apr 2024 16:19:00 +0200 Subject: [PATCH] dev: add dev/TODO.md for the branch --- dev/TODO.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 dev/TODO.md diff --git a/dev/TODO.md b/dev/TODO.md new file mode 100644 index 0000000..af71a16 --- /dev/null +++ b/dev/TODO.md @@ -0,0 +1,18 @@ +- Count moves + - Show moves on the screen +- Change sprites for top and bottom borders +- ESC to quit (what's the point) +- Map chars: + - 0 empty + - 1 wall + - C collectible + - E exit + - P snas start position +- Map conditions + - 1 exit + - 1+ collectibles + - 1 start position + - rectangular + - walls all around + - a possible way to exit +- Program takes the map file