diff --git a/README.md b/README.md index e00f1d7..4170769 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ DOOM-CRT ======== +[![doom](doom.jpg)](https://mattiasgustavsson.com/wasm/doom-crt) + One thing I’ve wanted to do for some time, is take the original source code release for DOOM, the one that only had linux support, and make my own port to windows, utilizing my single header libs and putting my crt @@ -31,6 +33,9 @@ I had to make a few extra changes to make it so you can build it to WASM for running in a browser, but those changes are contained to a single commit, so if you don't want them, just checkout the commit prior to that one. +You can try this version in your browser here: +https://mattiasgustavsson.com/wasm/doom-crt + How to build ------------ To build, start a visual studio developer command prompt and run the command: diff --git a/doom.jpg b/doom.jpg new file mode 100644 index 0000000..1493055 Binary files /dev/null and b/doom.jpg differ