Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Latest commit

History

82 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

OpenAOE

Build StatusBuild status

An open-source implementation of Age of Empires 2 in C# and .NET

What

OpenAOE is an implementation of a deterministic entity-component-system game engine to replicate Age of Empires 2 gameplay. It is not a reimplementation of the Genie engine used by AOE2, rather it is an attempt to imitate the existing AOE2 gameplay in a modern RTS engine.

Why

I love Age of Empires 2, but I get frustrated with the networking lag and the restrictions of the original game. AOE2:HD didn't fix the particular problems I have, namely the player limit and network lag. This project is an attempt to build a modern RTS game engine to replicate the feel and gameplay of AOE2.

It is also a personal attempt to learn more about programming best-practices by fully embracing Test Driven Development, modern .NET build environments, Continuous Integration, etc.

How

Libraries

TechnologyComponent
C#/.NETEngine, Gameplay
NinjectDependency Injection
MonoLinux/Mac OS support (TODO)
CAKEBuild system (TODO)

Inspirations

SourceInspired
ForgeEntity/Component system design.
OpenAgeDocumentation about existing AOE2 formats and algorithms.

Status

Currently only around 60% of the Engine module is completed. It's a long way from playable.

About

An open-source implementation of Age of Empires 2 in C# and .NET (very early days)

Resources

Stars

15 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages