Skip to content

ASoftGlow/TheOregonTrail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASoftGlow's The Oregon Trail

Goals

  • Create a game heavily based on MECC's 1990 The Oregon Trail
  • Use only a terminal user interface (TUI)
  • Use minimal dependencies
  • Target Windows ≥10 and ubuntu
  • Be enjoyable and replayable
  • Save progress

Build

Windows

mkdir build
cd build
cmake ..
cmake --build . --config Release

Linux

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .

Static Libraries

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published