From fd98892d99d78b0669f564fefd6718fb2013e07a Mon Sep 17 00:00:00 2001 From: jacopograndi <48675416+jacopograndi@users.noreply.github.com> Date: Tue, 4 Jan 2022 12:54:59 +0000 Subject: Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') 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) -- cgit v1.2.3-54-g00ecf From 824fe2cf0cfcbf09ddc94a62a142b8af2d1fbe82 Mon Sep 17 00:00:00 2001 From: jacopograndi <48675416+jacopograndi@users.noreply.github.com> Date: Tue, 4 Jan 2022 12:55:18 +0000 Subject: Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') 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) -- cgit v1.2.3-54-g00ecf From ed94c04697d2c6c307f59b6f8e03cb891a319577 Mon Sep 17 00:00:00 2001 From: jacopograndi <48675416+jacopograndi@users.noreply.github.com> Date: Tue, 4 Jan 2022 13:02:25 +0000 Subject: Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 713a49f..a31fa3b 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,13 @@ 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) + +The game features: +* A deterministic battle solver +* Multiplayer +* A system to manage unit statistics and apply component bonuses +* Unit evaluation and army evaluation to weight their strenght +* Hundreds of components, each upgradable twice +* A random unit generator controlled by the desired strenght +* A custom bitmap font (with kerning support) +* CMake build support -- cgit v1.2.3-54-g00ecf From 7a9cef30f85ff44aaa47efd758d072802fe19378 Mon Sep 17 00:00:00 2001 From: jacopograndi <48675416+jacopograndi@users.noreply.github.com> Date: Tue, 4 Jan 2022 17:35:13 +0000 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index a31fa3b..0f4176f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Age +# Arena Autochess game in which the player constructs and places it's army of robots. The game is developed in C. -- cgit v1.2.3-54-g00ecf