nextghost / openorion2

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v2.0


Languages

Language:C++ 97.4%Language:C 2.2%Language:M4 0.3%Language:Makefile 0.1%Language:Shell 0.0%