Build your own old-school 3D shooter in a weekend
1–10 of 105 posts
Re: Build your own old-school 3D shooter in a weekend
#2Re: Build your own old-school 3D shooter in a weekend
#3I love his "tiny" repositories. So cool.
Re: Build your own old-school 3D shooter in a weekend
#4It's definitely a lot of fun to implement (and I recommend trying if you've never done it before) but it's very different and much more limited than what we expect from a 3D engine nowadays.
Re: Build your own old-school 3D shooter in a weekend
#5Re: Build your own old-school 3D shooter in a weekend
#6My first thought was, with modern engines, or even raw OpenGL that isn't that hard... I did it in a weekend for my "Advanced Computer Graphics" elective in college using OpenGL and that was 2008. But this is kind of cool... it's more of a tiny ray tracer and... well to borrow the title... old-school arcade game.
Re: Build your own old-school 3D shooter in a weekend
#7I believe the sprites used in the video are taken directly from Andre LaMothe's original Tricks of the Game Programming Gurus. I still have a copy.
Re: Build your own old-school 3D shooter in a weekend
#8The readme mentions it but I think it's worth pointing out that this is a very particular (and quite dated) method for sort-of-3D rendering. It's the same type of engine used in the original Wolfenstein. It's definitely a lot of fun to implement (and I recommend trying if you've never done it before) but it's very different and much more limited than what we expect from a 3D engine nowadays.
Re: Build your own old-school 3D shooter in a weekend
#9Re: Build your own old-school 3D shooter in a weekend
#10The readme mentions it but I think it's worth pointing out that this is a very particular (and quite dated) method for sort-of-3D rendering. It's the same type of engine used in the original Wolfenstein. It's definitely a lot of fun to implement (and I recommend trying if you've never done it before) but it's very different and much more limited than what we expect from a 3D engine nowadays.
Well, the original Wolfenstein 3D, the third game in the series.