# Dungeon Rush

**URL:** https://forum.makecode.com/t/dungeon-rush/9733
**Category:** Arcade
**Tags:** game
**Created:** [August 23, 2021, 9:46pm UTC](https://forum.makecode.com/t/dungeon-rush/9733 "2021-08-23T21:46:40Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![danger\_kitty](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/danger_kitty/32/32006_2.png) [@danger\_kitty](https://forum.makecode.com/u/danger_kitty)
#### Post date: [August 23, 2021, 9:46pm UTC](https://forum.makecode.com/t/dungeon-rush/9733/1 "2021-08-23T21:46:40Z")

</div>

> **[Dungeon Rush](https://arcade.makecode.com/35445-70329-52015-66455)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

This is a small game that I made to practice terrain generation.  
A to jump  
You don’t have to touch the ground to jump.  
B to shoot

---

<div class="post-metadata">

### Author: ![Primal\_Nexus](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/primal_nexus/32/3540_2.png) [@Primal\_Nexus](https://forum.makecode.com/u/Primal_Nexus)
#### Post date: [August 23, 2021, 10:50pm UTC](https://forum.makecode.com/t/dungeon-rush/9733/2 "2021-08-23T22:50:10Z")

</div>

@danger_kitty nice game, I found a glitch with your terrain gen where a coin spawns in the middle of a block instead of above it, the commonalities are as below:

- The item inside the block is ALWAYS a gold coin
- The block that the item is in is ALWAYS on the end of a platform  
That’s all, hope this helps!  
 ![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/2X/d/d7aee4d9c62027a6b92cba12a6b96a0159ea233b.png)  
btw img for visual help

---

<div class="post-metadata">

### Author: ![E-EnerG-Gamecentral](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/e-energ-gamecentral/32/5353_2.png) [@E-EnerG-Gamecentral](https://forum.makecode.com/u/E-EnerG-Gamecentral)
#### Post date: [August 23, 2021, 10:50pm UTC](https://forum.makecode.com/t/dungeon-rush/9733/3 "2021-08-23T22:50:28Z")

</div>

happy birthday @danger_kitty

---

<div class="post-metadata">

### Author: ![Primal\_Nexus](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/primal_nexus/32/3540_2.png) [@Primal\_Nexus](https://forum.makecode.com/u/Primal_Nexus)
#### Post date: [August 24, 2021, 5:48pm UTC](https://forum.makecode.com/t/dungeon-rush/9733/4 "2021-08-24T17:48:28Z")

</div>

Oh happy birthday my gift to you is the above glitch 😝

---

<div class="post-metadata">

### Author: ![danger\_kitty](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/danger_kitty/32/32006_2.png) [@danger\_kitty](https://forum.makecode.com/u/danger_kitty)
#### Post date: [August 24, 2021, 11:15pm UTC](https://forum.makecode.com/t/dungeon-rush/9733/5 "2021-08-24T23:15:03Z")

</div>

> **[Dungeon Rush v2.0](https://arcade.makecode.com/65088-12617-57267-41314)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

Thanks to @Primal_Nexus I fixed the glitch.  
I also added weapons that the player can use.

---

<div class="post-metadata">

### Author: ![Primal\_Nexus](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/primal_nexus/32/3540_2.png) [@Primal\_Nexus](https://forum.makecode.com/u/Primal_Nexus)
#### Post date: [August 25, 2021, 4:07pm UTC](https://forum.makecode.com/t/dungeon-rush/9733/6 "2021-08-25T16:07:58Z")

</div>

Nice job 👍
