From e61ae626e29e182980d909e16fdcecb5e4402a15 Mon Sep 17 00:00:00 2001 From: jacopograndi <48675416+jacopograndi@users.noreply.github.com> Date: Tue, 4 Jan 2022 17:37:18 +0000 Subject: Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 -- cgit v1.2.3-54-g00ecf