# Pigeon: Deliverance (DKC DLC) The (Mostly) Unplayed

**URL:** https://forum.makecode.com/t/pigeon-deliverance-dkc-dlc-the-mostly-unplayed/10939
**Category:** Arcade
**Created:** [November 18, 2021, 12:05am UTC](https://forum.makecode.com/t/pigeon-deliverance-dkc-dlc-the-mostly-unplayed/10939 "2021-11-18T00:05:14Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![Kiwiphoenix364](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/kiwiphoenix364/32/14368_2.png) [@Kiwiphoenix364](https://forum.makecode.com/u/Kiwiphoenix364)
#### Post date: [November 18, 2021, 12:05am UTC](https://forum.makecode.com/t/pigeon-deliverance-dkc-dlc-the-mostly-unplayed/10939/1 "2021-11-18T00:05:14Z")

</div>

Here’s the infinite mode that activates at the end of the original Pigeon: Deliverance Donkey Kong Country DLC, but as a standalone game. The original can be found [HERE](https://forum.makecode.com/t/makecode-mini-game-jam-1-submit-your-games-here/10187/6). I worked really hard on this before the mini game jam and I don’t think many people got to try it, so it’s right here without the premade levels.

> **[PIGEON: DELIVERANCE, DONKEY KONG COUNTRY DLC INFINITE MODE](https://arcade.makecode.com/64696-46171-27701-51418)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

---

<div class="post-metadata">

### Author: ![Aarav\_21](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/aarav_21/32/4531_2.png) [@Aarav\_21](https://forum.makecode.com/u/Aarav_21)
#### Post date: [February 23, 2022, 6:07pm UTC](https://forum.makecode.com/t/pigeon-deliverance-dkc-dlc-the-mostly-unplayed/10939/2 "2022-02-23T18:07:41Z")

</div>

@Kiwiphoenix364 Hi, I really loved your game, can you perhaps make one that has the original sprite pack which is also has infinite levels and the theme of the original game in the game jam? I am fairly new to make code arcade so it would mean a lot to me if you could make a modded version!

---

<div class="post-metadata">

### Author: ![Kiwiphoenix364](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/kiwiphoenix364/32/14368_2.png) [@Kiwiphoenix364](https://forum.makecode.com/u/Kiwiphoenix364)
#### Post date: [February 23, 2022, 7:43pm UTC](https://forum.makecode.com/t/pigeon-deliverance-dkc-dlc-the-mostly-unplayed/10939/3 "2022-02-23T19:43:41Z")

</div>

I will if I have time, it shouldn’t really be that hard, I’ll just have to copy/paste the randomizer code into the original game. Also, it’ll probably take a little bit because I don’t remember what everything does in the code, but I’ll probably do it.

---

<div class="post-metadata">

### Author: ![Aarav\_21](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/aarav_21/32/4531_2.png) [@Aarav\_21](https://forum.makecode.com/u/Aarav_21)
#### Post date: [February 24, 2022, 4:41pm UTC](https://forum.makecode.com/t/pigeon-deliverance-dkc-dlc-the-mostly-unplayed/10939/4 "2022-02-24T16:41:58Z")

</div>

Hi it would really help me out if you could do that! thanks for replying!

Have a great day ahead!

---

<div class="post-metadata">

### Author: ![Kiwiphoenix364](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/kiwiphoenix364/32/14368_2.png) [@Kiwiphoenix364](https://forum.makecode.com/u/Kiwiphoenix364)
#### Post date: [February 25, 2022, 5:35pm UTC](https://forum.makecode.com/t/pigeon-deliverance-dkc-dlc-the-mostly-unplayed/10939/5 "2022-02-25T17:35:56Z")

</div>

Here you go!

> **[PIGEON: DELIVERANCE INFINITE MODE](https://arcade.makecode.com/24445-70385-85144-50490)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

---

<div class="post-metadata">

### Author: ![Aarav\_21](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/aarav_21/32/4531_2.png) [@Aarav\_21](https://forum.makecode.com/u/Aarav_21)
#### Post date: [February 28, 2022, 4:22pm UTC](https://forum.makecode.com/t/pigeon-deliverance-dkc-dlc-the-mostly-unplayed/10939/6 "2022-02-28T16:22:14Z")

</div>

HI thank you so much for this! I just had some questions

1. Is this game possible to run in hardware such as the Meowbit?
2. Is it possible to fix the lag? perhaps the file size in the original game itself was a lot for the simulator to handle  
Thanks a ton!

---

<div class="post-metadata">

### Author: ![Kiwiphoenix364](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/kiwiphoenix364/32/14368_2.png) [@Kiwiphoenix364](https://forum.makecode.com/u/Kiwiphoenix364)
#### Post date: [March 9, 2023, 4:20pm UTC](https://forum.makecode.com/t/pigeon-deliverance-dkc-dlc-the-mostly-unplayed/10939/7 "2023-03-09T16:20:19Z")

</div>

Sorry - I didn’t see your comment @Aarav_21

Meowbit will probably run this, I tried on my PyGamer and it worked pretty well - just wait a few seconds after the game loads and then press A, otherwise it will crash. Mine had about a second of lag while generating the level (when I pressed A), but otherwise it seems to run smoothly.

There hasn’t been much lag on my computer - there’s only a split second where it lags after pressing A to start a level, to generate the level. The filesize isn’t huge, as with any Arcade game. Relatively though, there is more code than the original, although with less premade tilemaps, so maybe about the same filesize. The filesize shouldn’t really matter, and the randomization might make the game lag for a couple of seconds, but altogether when you are playing in a level it shouldn’t lag anymore than the original.

Idk if you still care about this game but just wanted to write this post.

---

<div class="post-metadata">

### Author: ![Brohann](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/brohann/32/17380_2.png) [@Brohann](https://forum.makecode.com/u/Brohann)
#### Post date: [April 3, 2023, 10:50pm UTC](https://forum.makecode.com/t/pigeon-deliverance-dkc-dlc-the-mostly-unplayed/10939/8 "2023-04-03T22:50:32Z")

</div>

Is anyone interested in doing a Donkey Kong Country remake?

---

<div class="post-metadata">

### Author: ![TheGreenArtist](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/thegreenartist/32/11096_2.png) [@TheGreenArtist](https://forum.makecode.com/u/TheGreenArtist)
#### Post date: [April 4, 2023, 3:01pm UTC](https://forum.makecode.com/t/pigeon-deliverance-dkc-dlc-the-mostly-unplayed/10939/9 "2023-04-04T15:01:36Z")

</div>

yes please, it is one of my favorite games. if you make it i will support you and help you code it…
