diff options
author | jacopograndi <48675416+jacopograndi@users.noreply.github.com> | 2022-01-04 17:37:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-04 17:37:18 +0000 |
commit | e61ae626e29e182980d909e16fdcecb5e4402a15 (patch) | |
tree | 3f1e01927f61fc3cf01ddc9766a494b26234eacb /README.md | |
parent | 87fdac7918d776a4c11b3880eef64b09b334aa1c (diff) |
Create README.md
Diffstat (limited to 'README.md')
-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 |