axx0 / Civ2-clone

An open-source re-implementation of Civilization 2
GNU General Public License v3.0
65 stars 14 forks source link

About

Civilization II (original/Multiplayer Gold Edition & Test of Time remake) clone in .NET 6.0 using C# bindings of Raylib for Win/Linux/Mac.

Folders:

Requirements

You need the original game with its assets (sounds, images, texts) to run this.

To achieve this, download the version of Civ II you desire, install it (if you are on Windows 10+, you will need to create an XP VM), and point to where the files have been installed. Normally is where the Civ2.exe, Game.txt, etc. are located)

You can download the Civ II assets here (It is already installed)

You can also download it online; there are several sites that provide the installer, the above version is already installed to save time. There are also some save files (.sav) that will be necessary for you to load the game.

Status & goals

Currently you can:

Goals:

Running the game

Download the .NET 6.0 SDK. The easiest way is to run the game with Visual Studio or VSCode.

You have to point to RaylibUI folder then build it.

Once you build and run the game, a dialog should automatically open so you can locate the folder with the original game files. Otherwise make a path to Civ2 folder in appsettings.json (located in the Engine folder or in the RaylibUI/bin folder once you build the game).

Screenshots

civ2 tot