The Oregon Trail

The Oregon Trail is a very old game created in 1971.

A version from David Ahl’s (named as Westward Ho! for some reasons) has been ported to Java and integrated in PlantUML…​

This page is dedicated to: * Dan Rawitsch * Bill Heinemann * Paul Dillenberger * David Ahl

Let’s play

To launch the game, you will have to use the good old RUN Basic command :

@startuml
run oregon trail
@enduml

Every input has to be added in the text file:

@startuml
run oregon trail
150
@enduml

Every input has to be added in the text file:

@startuml
run oregon trail
150
100
10
40
40
4
@enduml

For shooting, you will have to type as fast as possible the word printed on the screen (like in the original version!).

@startuml
run oregon trail
150
100
10
40
40
3
1
blam
@enduml

Good luck to you on the Oregon Trail !