From a0f8a5794e6f3f9e05ebd072571bea693fda3b04 Mon Sep 17 00:00:00 2001 From: EmaMaker Date: Thu, 26 Sep 2019 10:16:11 +0200 Subject: [PATCH] Adding files for the game. Game already works with 4 players. Textures and some other utils missing --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 349cc9f..9a7d1ce 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # a-maze-ing A Maze-solving game with randomly generated mazes. This branch runs on the Homebrew channel for the the Nintendo Wii +Players and the end-point are spawned in random locations. +Every time someone reaches the endpoint the maze is randomly generated again and score is increased.