From 1b7e75a3bc5b243fde5f9e48610c98a1c883030d Mon Sep 17 00:00:00 2001 From: Matt Jenkins Date: Sat, 4 May 2024 18:08:23 +0100 Subject: [PATCH] Added readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..96f5161 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +Dunkanoid: Revenge of Aah +========================= + +This is my tribute to what has to be one of the greatest +games of all time: [Arkanoid: Revenge of Doh](https://en.wikipedia.org/wiki/Arkanoid:_Revenge_of_Doh) from 1987. + +The premise is simple: bash the ball into the wall to break +down the bricks and get to the next level. + +This is my re-implementation from scratch in Godot 4. + +There is still a lot of work to be done...