# Maze Game

**URL:** https://forum.makecode.com/t/maze-game/5402
**Category:** Arcade
**Tags:** game
**Created:** [January 7, 2021, 6:05pm UTC](https://forum.makecode.com/t/maze-game/5402 "2021-01-07T18:05:20Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![fd268](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/fd268/32/35044_2.png) [@fd268](https://forum.makecode.com/u/fd268)
#### Post date: [January 7, 2021, 6:05pm UTC](https://forum.makecode.com/t/maze-game/5402/1 "2021-01-07T18:05:21Z")

</div>

> **[maze](https://arcade.makecode.com/88998-41168-89484-74993)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

> **Maze 1.0** - Release
> 
> 50x50 tilemap

---

<div class="post-metadata">

### Author: ![GameGod](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/gamegod/32/2756_2.png) [@GameGod](https://forum.makecode.com/u/GameGod)
#### Post date: [January 7, 2021, 6:30pm UTC](https://forum.makecode.com/t/maze-game/5402/2 "2021-01-07T18:30:25Z")

</div>

What does the loading sign load in? A 50x50 tilemap shouldn’t take that long…

---

<div class="post-metadata">

### Author: ![UnsignedArduino](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/unsignedarduino/32/592_2.png) [@UnsignedArduino](https://forum.makecode.com/u/UnsignedArduino)
#### Post date: [January 7, 2021, 7:24pm UTC](https://forum.makecode.com/t/maze-game/5402/3 "2021-01-07T19:24:09Z")

</div>

Mazes are always good, (and this one is no exception) but I don’t like aesthetic loading symbols. ☹

---

<div class="post-metadata">

### Author: ![fd268](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/fd268/32/35044_2.png) [@fd268](https://forum.makecode.com/u/fd268)
#### Post date: [January 7, 2021, 7:53pm UTC](https://forum.makecode.com/t/maze-game/5402/4 "2021-01-07T19:53:54Z")

</div>

now there is like a half a second long wait

> **[maze](https://arcade.makecode.com/81420-48338-59965-75373)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

---

<div class="post-metadata">

### Author: ![GameGod](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/gamegod/32/2756_2.png) [@GameGod](https://forum.makecode.com/u/GameGod)
#### Post date: [January 7, 2021, 9:11pm UTC](https://forum.makecode.com/t/maze-game/5402/5 "2021-01-07T21:11:10Z")

</div>

> [@UnsignedArduino](#):
>
> aesthetic

Oh, it was aesthetic? I don’t like those either. Yours was real here, right?

> [@Maze Generator](https://forum.makecode.com/t/maze-generator/5341):
>
> It uses a modified version of the [Aldous-Broder](https://en.wikipedia.org/wiki/Maze_generation_algorithm#Aldous-Broder_algorithm) algorithm. | Difficulty | Time (seconds) | Tilemap size | Approx. time to generate | |------------|----------------|--------------|--------------------------| | Easy | 30 | 21x15 | \<10 seconds | | Medium | 60 | 41x31 | \<30 seconds | | Hard | 150 | 81x61 | 3 minutes | Hint:

---

<div class="post-metadata">

### Author: ![UnsignedArduino](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/unsignedarduino/32/592_2.png) [@UnsignedArduino](https://forum.makecode.com/u/UnsignedArduino)
#### Post date: [January 7, 2021, 9:19pm UTC](https://forum.makecode.com/t/maze-game/5402/6 "2021-01-07T21:19:02Z")

</div>

Yes. Generating mazes take time.
