diff options
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..d9c8149 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Age +reimplementation of Age of Empires DS in c++ + +![](https://github.com/jacopograndi/age/blob/main/age_gameplay.png?raw=true) +![](https://github.com/jacopograndi/age/blob/main/age_attack.png?raw=true) +![](https://github.com/jacopograndi/age/blob/main/age_tech.png?raw=true) + +The game features: +* Almost complete game mechanics and content (all units except heroes, all abilities except heal, convert and repair) +* Bruteforce minmaxer AI +* Local hotseat multiplayer +* CMake build support |