diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,9 +1,14 @@ # Arena 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) + +Each robot is modular and can be composed to the player's liking. +![](https://github.com/jacopograndi/arena/blob/main/arena_unit.png) +![](https://github.com/jacopograndi/arena/blob/main/arena_unit_detail.png) + In order to compile in windows * have cmake |