I thought I’d try another classic Fortran game: Colossal Cave Adventure (1976), originally written in FORTRAN IV. After compiling it with LFortran and using Emscripten for the WebAssembly build, it’s now playable in the browser (and it’s quite tricky).
Unlike The Oregon Trail, which required very few changes to the original source, Colossal Cave Adventure needed quite a few modifications to get it working. I recorded those changes here.