10 comments

[ 3.3 ms ] story [ 39.5 ms ] thread
Does this work?

Using macOS/Safari - all I see is a prompt with text saying "PRODOS BASIC 1.5 COPYRIGHT APPLE 1983-92"

EDIT: Never mind, you need to click the "Run" button in bottom right for it to work.

My old basic skills asserted themselves…

You can type “run” at the prompt.

Looks like you need to type capital letters.

As usual with browser emulation, iDevice fails to show the keyboard, nor can one copy and paste letters or words in the terminal. Apple's fault. Still cool.
I was always confused when I saw nostalgia screenshots of Oregon Trail, because they had fancier graphics than the version I remembered. Then I saw this version, which is even older than the one I played. So I searched and found this site with all the versions: https://www.pcgamer.com/every-version-of-the-oregon-trail-ra...

It looks like I played the 1980 version, which at least had a primitive type of graphical hunting.

Wow yeah. I somehow assumed my Apple II version was the original. There was a 1975 text based version?!
This is the first time I ever made it all the way to Oregon.
I attempted to emulate the 1975 version by interpreting the basic as JS. It probably has some issues in the conversion, but it should be more accessible: https://chrismiceli.github.io/TheOregonTrail/

It essentially creates a state machine for each line of Basic, and uses a loop as the program counter. going into the appropriate state based on variables.