aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjacopograndi <48675416+jacopograndi@users.noreply.github.com>2022-01-04 12:54:59 +0000
committerGitHub <noreply@github.com>2022-01-04 12:54:59 +0000
commitfd98892d99d78b0669f564fefd6718fb2013e07a (patch)
tree6ad15b2c223f04da8dedd144817608e4bd19f8b5 /README.md
parentc9a9b74d8ef450cad34f6c250602f9222799ba31 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index b0b6aa4..3435f5b 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,11 @@
# Age
-Autochess game in which the player constructs and places it's army of robot.
+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)