Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 378 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 378 Bytes

Civ2-clone

Civilization 2 clone in .NET 5.0 using EtoForms

You need the original game assets to run this. Make a path to Civ2 folder in appsettings.json. Download the .NET 5.0 SDK.

Folders:

  • Engine = the Civ2 logic code
  • EtoFormsUI = user interface with Eto Forms (for Win/Linux/Mac)
  • WinFormsUI = user interface with Windows Forms (Windows only). No longer maintained.