diff options
author | jacopograndi <48675416+jacopograndi@users.noreply.github.com> | 2022-01-04 12:44:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-04 12:44:09 +0000 |
commit | d277ff802a8d28e626300e819cc38b3639067ff1 (patch) | |
tree | 84ecb1a827b693cdce93088f240c31f0827b3e3b | |
parent | c177cce55b1d664f6a5c6a979cdc6bfc37055461 (diff) |
Update README.md
-rw-r--r-- | README.md | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -1,18 +1,15 @@ # Arena - Autochess game in which the player constructs and places it's army of robot. Early support for multiplayer. ![](https://github.com/jacopograndi/arena/blob/main/arena_gameplay.png?raw=true) - +<img src="https://github.com/jacopograndi/arena/blob/main/arena_gameplay.png?raw=true" width="100%"> 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) +<img src="https://github.com/jacopograndi/arena/blob/main/arena_unit.png?raw=true" width="100%"> +<img src="https://github.com/jacopograndi/arena/blob/main/arena_unit_detail.png?raw=true" width="100%"> In order to compile in windows |