Skip to content

Open-source remake of Master of Orion II: Battle at Antares

License

Notifications You must be signed in to change notification settings

mgrossu/openorion2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenOrion2

Project status: partial savegame viewer, no gameplay (yet)

Open-source remake of classic 4X strategy game Master of Orion II: Battle at Antares.

Dependencies

  • LibSDL2
  • SDL2_mixer

Installation

Clone this repository and build the sources:

./bootstrap
./configure
make
make install

Game data from the original Master of Orion II are required. Copy all *.lbx files to the installation data directory (e.g. /usr/local/share/openorion2/) before running the compiled program.

Starting a new game is not implemented yet. You can copy saved games from the original game to OpenOrion2 user directory and load them from the main menu. On Windows: %APPDATA%\openorion2\ On Linux: ~/.config/openorion2/

About

Open-source remake of Master of Orion II: Battle at Antares

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.6%
  • C 1.9%
  • Other 0.5%