# Withered 3D!

**URL:** https://forum.makecode.com/t/withered-3d/13500
**Category:** Show & Tell
**Tags:** extension, game
**Created:** [May 9, 2022, 10:10pm UTC](https://forum.makecode.com/t/withered-3d/13500 "2022-05-09T22:10:46Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![brandodon](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/brandodon/32/3625_2.png) [@brandodon](https://forum.makecode.com/u/brandodon)
#### Post date: [May 9, 2022, 10:10pm UTC](https://forum.makecode.com/t/withered-3d/13500/1 "2022-05-09T22:10:46Z")

</div>

Hi there!

This game is inspired by Catacomb 3D, one of the children of the classic **DOOM** from 1993! Catacomb 3D was made in 1992 by id Software, which is right before Wolfenstein 3D.

To help make similar graphics and movements to Catacomb, I used @AqeeAqee’s [3D Raycasting extension](https://forum.makecode.com/t/raycasting-3d-render-blocks-edition/12921)!

I have just started on this project so I just have the first level in this demo, and no enemies, but I plan on adding enemies and bosses that have to notice you before following you, maybe using @felixtsu’s [Sight and Waypoint extensions](https://forum.makecode.com/t/sneaking-demo/4961) and testing with the source code.

Even though it is just a proof of concept I hope you have fun!

I might never complete it, but I will try if I get enough support from the community, everyone is free to play around and add their own mods/editions to the game themselves! (I will be adding comments explaining what I did eventually)

> **[Withered 3D (Prototype)](https://arcade.makecode.com/56799-16346-70676-44879)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

---

<div class="post-metadata">

### Author: ![brandodon](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/brandodon/32/3625_2.png) [@brandodon](https://forum.makecode.com/u/brandodon)
#### Post date: [May 9, 2022, 11:06pm UTC](https://forum.makecode.com/t/withered-3d/13500/2 "2022-05-09T23:06:00Z")

</div>

Added comments to the game!

> **[Withered 3D (Prototype + Comments!)](https://arcade.makecode.com/08428-66298-05233-29989)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

---

<div class="post-metadata">

### Author: ![AqeeAqee](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/aqeeaqee/32/5424_2.png) [@AqeeAqee](https://forum.makecode.com/u/AqeeAqee)
#### Post date: [May 9, 2022, 11:06pm UTC](https://forum.makecode.com/t/withered-3d/13500/3 "2022-05-09T23:06:33Z")

</div>

Great!  
Glad to see another project of 3D Raycasting ext.  
I am always ready for support, feel free to ask question or new feature please.

---

<div class="post-metadata">

### Author: ![brandodon](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/brandodon/32/3625_2.png) [@brandodon](https://forum.makecode.com/u/brandodon)
#### Post date: [May 10, 2022, 12:03am UTC](https://forum.makecode.com/t/withered-3d/13500/4 "2022-05-10T00:03:26Z")

</div>

The only features I am thinking of are strafing (that I already mentioned) and elevations, which are likely hard to program so I could understand that it could take a very long time. Just make sure that whenever anybody requests an update or feature, take your time! I would rather have quality features that take a bit longer than something that has defects because it was rushed!

---

<div class="post-metadata">

### Author: ![AqeeAqee](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/aqeeaqee/32/5424_2.png) [@AqeeAqee](https://forum.makecode.com/u/AqeeAqee)
#### Post date: [May 10, 2022, 2:16am UTC](https://forum.makecode.com/t/withered-3d/13500/5 "2022-05-10T02:16:01Z")

</div>

Thanks for understanding!  
Like you said, I felt not very sure these features should be, so I was working on some others for a while and think it now and then. But have no any further idea about these new features by now.  
So, I plan to release them recently just as it is in previews.  
Hope better proposal will rise after using.

---

<div class="post-metadata">

### Author: ![TZG](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/tzg/32/7392_2.png) [@TZG](https://forum.makecode.com/u/TZG)
#### Post date: [May 10, 2022, 7:41pm UTC](https://forum.makecode.com/t/withered-3d/13500/6 "2022-05-10T19:41:41Z")

</div>

This is a cool project!

---

<div class="post-metadata">

### Author: ![AqeeAqee](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/aqeeaqee/32/5424_2.png) [@AqeeAqee](https://forum.makecode.com/u/AqeeAqee)
#### Post date: [May 16, 2022, 5:41pm UTC](https://forum.makecode.com/t/withered-3d/13500/7 "2022-05-16T17:41:58Z")

</div>

Hi @brandodon

[new version v0.3.4](https://forum.makecode.com/t/raycasting-3d-render-blocks-edition/12921/24) just released, with block of diable controller inside extension.

And [usage for strafing is here](https://forum.makecode.com/t/raycasting-3d-render-blocks-edition/12921/23)
