Downloads

Binaries of the game are provided for DOS and Win32. On all other platforms, please compile the program from source.

download oregon77-1.1-src.zip (12 KiB) -- FORTRAN 77 source code

download oregon77-1.1-dos.zip (66 KiB) -- Executable for DOS (16-bit)

download oregon77-1.1-win32.zip (60 KiB) -- Executable for Microsoft Windows (32-bit)

The executables have been built with Open Watcom FORTRAN 77. Other compiles may produce smaller binaries (due to the run-time library).

Build Instructions

You can simply execute the included Makefile to compile the game, in case you have the FORTRAN-to-C transcompiler f2c installed:

$ make

On Linux, add the parameter PREFIX=/usr. Then, run the compiled binary:

$ ./oregon

For a more "realistic" gaming experience, you can simulate a 300 baud terminal connection with a tool like trickle:

$ tritty -b 300
$ ./oregon

Go back