diff options
author | jacopograndi <48675416+jacopograndi@users.noreply.github.com> | 2022-01-04 12:55:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-04 12:55:18 +0000 |
commit | 824fe2cf0cfcbf09ddc94a62a142b8af2d1fbe82 (patch) | |
tree | 6ee1423629063a7182d9c633b31dd9d158005a1e /README.md | |
parent | fd98892d99d78b0669f564fefd6718fb2013e07a (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,9 +3,11 @@ Autochess game in which the player constructs and places it's army of robots. The game is developed in C. Early support for multiplayer. + ![](https://github.com/jacopograndi/arena/blob/main/arena_gameplay.png?raw=true) Each robot is modular and can be composed to the player's liking. The component can be found in build/content as json files. + ![](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) |