Skip to content

clintmoyer/oregon-trail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oregon Trail

The original Oregon Trail. Painstakingly copied by hand from the May 1978 issue of Creative Computing.

magazine article titlemagazine article code

Usage

screenshot

Versions

We offer three versions of the program:

  • working copy
  • historical original
  • modern refactor

The original DEC BASIC-PLUS syntax was specific to the PDP-11 16-bit minicomputers sold by Digital Equipment Corporation. The only breaking change is the symbol used for the exponentiation operator.

The working copy is produced by:

sed 's/\*\*/^/g' original/oregon.bas

Building

Windows/Linux:

FreeBASIC - https://github.com/freebasic/fbc

fbc oregon.bas

MacOS:

QB64 - https://github.com/QB64Team/qb64

qb64 -c oregon.bas

Background On The OREGON Program

In 1971, Don Rawitsch and Bill Heinemann were participating together in a practice teaching program as students at Carleton College in Northfield, Minnesota. Don was teaching a class on the history of the American West and provided the preliminary information which Bill, a math teacher, used to construct the OREGON program. The program was first implemented on the Minneapolis Schools timesharing system. On the completion of the practice teaching program, the program was removed from the Minneapolis system and remained only as a curled up listing until Don joined the MECC staff in 1974 and loaded it onto the MECC system. Don then proceeded to do further research on the Oregon Trail and modified the program for historical accuracy to produce the present version. The program has been implemented on Hewlett-Packard UNIVAC, and Control Data systems.

References

About

The original Oregon Trail.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages