Recreating DOOM in Python. Ep1 - WAD DATA

preview_player
Показать описание
Getting WAD file data and rendering DOOM maps in 2D mode.

Metallica - E1M1 (At Doom's Gate) @StateOfMercury

DOOM1.WAD

SLADE 3

Code:

C++ DIY Doom:

#coderspace #doom #python
Рекомендации по теме
Комментарии
Автор

VERTICES or VERTEXES? It looks like both options are correct.

CoderSpaceChannel
Автор

The amount of things learned from and the value on your resume of something like this cannot be understated.

For most companies, having proven skills like this, is basically an instant hire.

dewaard
Автор

Great job! You always surpirse me how you solve perfomance issues with python! Its nice to see engine development with languages other than C++. Honestly, your channel deserves much more views! You have lot of potential for teaching.

EdenDev
Автор

I have now watched a few of your videos. I must say, very good work...
On the shoulders of giants, we stand.

darrenlefcoe
Автор

Man I had been thinking about this for a while. So glad someone is making this happen!

Hovercat
Автор

this is awesome man! cant wait for part 2 !

refeals
Автор

Awesome project, thanks teach all this great things, specially about DooM

jkazulyblanco
Автор

Very nicely explained !! Thank you for uploading!

dapoint
Автор

This is very complicated for me but wow just amazing waiting for the ep2

ZihadJoy
Автор

This video is seriously making me consider updating python to the new version
also I would love to see a Q&A video soon, do you have anything planned or maybe voice reveal ?

Farmpy
Автор

Wow awesome man, very good explanation and example thanks for your time

Oximnus
Автор

I couldn't finish the video after 1min of the damn ai robotic voice it hurts my ears

iliaselabdi
Автор

I have to watch this video at least 10 times to undertand the 50% of this content! good news for you bro jajaja! its a great job! go on! <3

KataroZenMaster
Автор

I just love this.
You can do so many things with Python...

SkyFly
Автор

Amaaaazing vídeo brother!! I'll start coding it tomorrow in the evening!

joshbarros
Автор

Very cool. The complexity on this very high even for me and I'm fortunate enough to work as a Software Developer. I work in business software so most of what I do is Front End/Back End, Rest APIs, Relational Database stuff. I'm looking for something different and challenging even thought I don't know Python. I found your channel just poking around and I am very excited to cull through the rest of your content and try and apply it!

nerdobject
Автор

Really good quality video and good stuff. Thank you very much!

vlad
Автор

@9:28 I hate it when programmers sort a list just to get the minimal value. Non-programmers do it more efficiently: just walk through the list while keeping track of the lowest value. O(n log n) vs O(n)

DookNookim
Автор

Could you make a video on your video making process, what tools you use and how you use them? Love the videos as well.

bigwhoopgames
Автор

Why not use a struct to read the wad file?

seanvinsick