diff options
author | jacopograndi <48675416+jacopograndi@users.noreply.github.com> | 2022-01-04 12:39:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-04 12:39:57 +0000 |
commit | b41b192d382cc3d7cb929097b0bcfa7c22cec004 (patch) | |
tree | 5e3e31c4621e0cd38ebb97888b5b21c1cf755ac4 /README.md | |
parent | 131148b13d9cbeb8a19a638bd0b516efb70fa46e (diff) |
Update README.md
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 |