Making a doom clone would be (technically) possible

Doom renders alot like raycast rendering, that’s why you cant look up and down in doom. I’m sure you just have to make some slight modifications to make a doom clone possible

Just wanted to say that

1 Like

Yes, if you check out of Halo-Doom topic, I made a Halo game with Doom-like physics. @AqeeAqee helped out with sprites.

It is definitely possible.

And just so you know, the topic of making Doom in Makecode has been brought up many times in the Forums.

Yes, but you can utilise y-shearing to look up and down. Heretic, with a modified Doom engine used this technique to allow the player to look both up and down.

Oh, no, not the frankenstein type of doom, i mean REAL real doom. You know, with all those complex geometric surfaces? (Not really)

There’s a youtube video of someone hacking doom into a 50th anniversary mario game and watch. (Wait…That thing is FASTER than any makecode arcade hardware???) You can put doom on anything if you just optimize it enough.

Like that bad apple meme
There’s literally a bad apple video for every thing that you could imagine

You know, i come back to the makecode kart topic often. The perspective blows my mind for a dollar-store microchip. Its a wonder mmoskal actually made 3D raycasting on this cheap of a microprocessor. I also often just think:
“What if i combine this with the raycast engine @mmoskal made?” Raycasted floors and ceilings in a raycast engine will be possible.

Actually, it was already possible. Just the bad microprocessors are holding us back…

with Doom, it renders in more than 1 layer. Although many parts are flat, it definitely has floors and ceilings, as well as many different levels and stairs, all textured. The current raycast engine wouldn’t be fit at all to do that, with many modifications required to “remake Doom”, unless you want everything to be flat. Even if you made an engine that could render like Doom, level design would be difficult due to Makecode not having a 3d editor. There could be some sort of trickery that could be done to raise and lower walls artificially, but it would be tough. I know the SNES could run Doom, (as well as GBA), so it’s definitely possible (and Makecode is definitely powerful enough), it’s just a matter of WHO would take the effort and be smart enough to do it (especially with how small the Makecode community is.

I definitely tried to make a more advanced raycasting engine a few days ago. It didn’t work. Can send you the project file if you want. It’s really ugly imo.

.

THIS is a new project that could possibly be used for DOOM, but you’d have to do some SUPER complex math for collision, and there are no textures (besides 1 (max 512x512) on the floor, and sprites that can be drawn). If you did this, you’d have to credit KWX though, because he made basically the whole engine (besides me making the “wires” be compatible with blocks, but he already made blocks for sprites (if they are visible, and also to place them).

Well…
Just take a look, please…

Its people already did this. What im thinking of is a raycast engine, not a full on 3d renderer like you mentioned. Since hardware is very slow with actual 3d rendering i think raycast engines are the way to making good-looking 3d scenes.

I was just saying that DOOM has more detail on the Y axis than a raycast engine could easily do, and you might as well just make a 3d renderer instead if you are making a complete DOOM clone. If you are just doing the flat sections, it’s totally fine just doing a raycaster, but I was just suggesting if you want to have as much detail as the original game, a full 3d renderer would be needed. On hardware, there is no reasonable way (yet) to render “full” 3d, with a raycaster or otherwise.