diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-04 13:51:17 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-04 13:51:17 +0100 |
commit | 30910fcced3ff90d9851905bab8c98b5b127e1b5 (patch) | |
tree | 4175840e531a23b7cf434573b27f0197a05d5667 /README.md | |
parent | ef4dce166acb26a551b4b6d27a369c52cece1b27 (diff) | |
parent | 041bf3ec44733f22751768352505531667e01024 (diff) |
Merge branch 'main' of github.com:jacopograndi/arena
.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 5 insertions, 11 deletions
@@ -1,16 +1,10 @@ -# Arena - +# Age Autochess game in which the player constructs and places it's army of robot. -Each robot is modular and can be composed to the player's liking. Early support for multiplayer. +![](https://github.com/jacopograndi/arena/blob/main/arena_gameplay.png?raw=true) -In order to compile in windows -* have cmake -* have mingw32 (from the 64 bit version) -* have the sdl2 includes at C:/MinGW_libs/include/SDL2 -* have the plibsys includes at C:/MinGW_libs/include/plibsys -* have lib files at C:/MinGW_libs/libs -run cmake -G "MinGW Makefiles" -run mingw32-make +Each robot is modular and can be composed to the player's liking. +![](https://github.com/jacopograndi/arena/blob/main/arena_unit.png?raw=true) +![](https://github.com/jacopograndi/arena/blob/main/arena_unit_detail.png?raw=true) |