aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)