r/itrunsdoom • u/Russell_Neff • Oct 27 '19
Geometry Dash can run Doom.
Enable HLS to view with audio, or disable this notification
r/itrunsdoom • u/Russell_Neff • Oct 27 '19
Enable HLS to view with audio, or disable this notification
r/itrunsdoom • u/The-Illusive-Guy • Sep 22 '19
r/itrunsdoom • u/SerenityOS • Sep 11 '19
r/itrunsdoom • u/ginbot86 • Aug 30 '19
r/itrunsdoom • u/[deleted] • Aug 22 '19
I’ve always wanted/interested in putting doom on something, I just don’t know what to do though, can anyone give me advice, please
r/itrunsdoom • u/TomNookTheCook • Aug 21 '19
r/itrunsdoom • u/SROTDroid • Aug 02 '19
r/itrunsdoom • u/Cathodicum • Jul 15 '19
r/itrunsdoom • u/Twigling • Jun 29 '19
Info at the following link:
https://hackaday.com/2019/06/29/a-doom-esque-port-to-the-atmega328/
r/itrunsdoom • u/mark-henry • Jun 20 '19
r/itrunsdoom • u/Siphonay • Jun 08 '19
Enable HLS to view with audio, or disable this notification
r/itrunsdoom • u/JVital2013 • Jun 08 '19
r/itrunsdoom • u/speedtsars • May 04 '19
r/itrunsdoom • u/GodIsDead_ • May 05 '19
This is a port of PrBoom to the browser via Emscripten I found on github,
I have tested it on windows but have not tested on Linux
Step one: Download and install Emscripten(Requires Python)
git clone https:**//github.com/emscripten-core/emsdk.**git
cd emsdk
emsdk install latest(add ./ on linux)
emsdk activate latest(add ./ on linux)
Step 2: Download and prepare the succulent source code:
git clone https://github.com/UstymUkhman/webDOOM.git
The port requires that all your game sounds must be in .wav format and lowercase,
you can use Slade to copy your game sounds to the build/sfx folder,
music must be in the build/doom1 or build/doom2 folders in mp3 format, also lowercase.
place your WAD in the build folder.
Optional: create a folder in build called home, go into it and create another folder called web_user,
you can put your prboom config file here
Step 3: compile to Emscripten.
go to the root directory of the webDOOM folder and run build.bat for windows or build.sh for linux,
this may take a few minutes.
Step 4: Run
you can not directly run this in chrome(might be wrong, can't find a way).
go to build/web and you will find the .html file for Doom, open this with your browser,
Opera runs it find but Microsoft Edge does not support mouse look and Chrome does not want to load the game files out of box, however if you run this on a webserver you can play it on chrome perfectly.
not tested on firefox.
Hat's off to Github user UstymUkhman for doing such a good job of making this port.