aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjacopograndi <48675416+jacopograndi@users.noreply.github.com>2022-01-04 12:55:18 +0000
committerGitHub <noreply@github.com>2022-01-04 12:55:18 +0000
commit824fe2cf0cfcbf09ddc94a62a142b8af2d1fbe82 (patch)
tree6ee1423629063a7182d9c633b31dd9d158005a1e /README.md
parentfd98892d99d78b0669f564fefd6718fb2013e07a (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3435f5b..713a49f 100644
--- a/README.md
+++ b/README.md
@@ -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)