A downloadable game for Windows

I decided to do something a little different for the DOS Games Jam, so here it is. This is a reimplementation of the Doom v0.2 prototype done from scratch (though obviously using assets from that particular build). So it's essentially a tech demo of a tech demo.

This is sort of incomplete, there were a few more bits I wanted to do but unfortunately got pulled onto other things (as is usually the case).

Right now there aren't any collisions with the world, though my aim is to get this in before the end of the jam, but I thought I'd upload it now as you pretty much get the idea anyway.

The source code will be made available at the end of the jam as well, under a public domain license.

Assets are all copyright id Software and their respective parties.

Controls

W - Forward, S - Backward, A - Left and D - Right



StatusPrototype
PlatformsWindows
Rating
Rated 4.0 out of 5 stars
(1 total ratings)
Authorhogsy
GenreShooter
Tags3D, Doom, Prototype
Code licenseUnlicense
Average sessionA few seconds
InputsKeyboard

Download

Download
yin-20200415.zip 412 kB
Download
yin-source-20200415.zip 19 kB

Comments

Log in with itch.io to leave a comment.

doesnt seem to work. i just get a black scree

I had a missing DLL error and it turns out it was for a debug version of a dll in the Visual C++ 2015 redistributable. I installed Visual Studio with Visual C++ module and it worked after that. I guess it's because the build is set to debug and not release?? Neat demo :)

Thanks for letting me know, I’ve uploaded a new copy along with the source code.

Woah, I love that you did this. Haven't tried it yet but I'm looking forward to it. This is a really interesting project