From b41b192d382cc3d7cb929097b0bcfa7c22cec004 Mon Sep 17 00:00:00 2001 From: jacopograndi <48675416+jacopograndi@users.noreply.github.com> Date: Tue, 4 Jan 2022 12:39:57 +0000 Subject: Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8f686bc..2f67894 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ # Arena Autochess game in which the player constructs and places it's army of robot. -Each robot is modular and can be composed to the player's liking. Early support for multiplayer. +![](https://github.com/jacopograndi/arena/blob/main/arena_gameplay.png) + +Each robot is modular and can be composed to the player's liking. +![](https://github.com/jacopograndi/arena/blob/main/arena_unit.png) +![](https://github.com/jacopograndi/arena/blob/main/arena_unit_detail.png) + In order to compile in windows * have cmake -- cgit v1.2.3-54-g00ecf From 0d179e4686452d72e42f2b0f3d26c8cec2e598e5 Mon Sep 17 00:00:00 2001 From: jacopograndi <48675416+jacopograndi@users.noreply.github.com> Date: Tue, 4 Jan 2022 12:40:40 +0000 Subject: Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2f67894..6b4b27a 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ Autochess game in which the player constructs and places it's army of robot. Early support for multiplayer. -![](https://github.com/jacopograndi/arena/blob/main/arena_gameplay.png) +![](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. -![](https://github.com/jacopograndi/arena/blob/main/arena_unit.png) -![](https://github.com/jacopograndi/arena/blob/main/arena_unit_detail.png) +![](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) In order to compile in windows -- cgit v1.2.3-54-g00ecf From c177cce55b1d664f6a5c6a979cdc6bfc37055461 Mon Sep 17 00:00:00 2001 From: jacopograndi <48675416+jacopograndi@users.noreply.github.com> Date: Tue, 4 Jan 2022 12:41:04 +0000 Subject: Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 6b4b27a..f4b39a2 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,16 @@ Autochess game in which the player constructs and places it's army of robot. + 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. + ![](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 d277ff802a8d28e626300e819cc38b3639067ff1 Mon Sep 17 00:00:00 2001 From: jacopograndi <48675416+jacopograndi@users.noreply.github.com> Date: Tue, 4 Jan 2022 12:44:09 +0000 Subject: Update README.md --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f4b39a2..a899340 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,15 @@ # Arena - Autochess game in which the player constructs and places it's army of robot. 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. - -![](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) + + In order to compile in windows -- cgit v1.2.3-54-g00ecf From 041bf3ec44733f22751768352505531667e01024 Mon Sep 17 00:00:00 2001 From: jacopograndi <48675416+jacopograndi@users.noreply.github.com> Date: Tue, 4 Jan 2022 12:45:24 +0000 Subject: Update README.md --- README.md | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a899340..b0b6aa4 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,10 @@ -# Arena +# Age Autochess game in which the player constructs and places it's army of robot. - 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. - - - - -In order to compile in windows -* have cmake -* have mingw32 (from the 64 bit version) -* have the sdl2 includes at C:/MinGW_libs/include/SDL2 -* have the plibsys includes at C:/MinGW_libs/include/plibsys -* have lib files at C:/MinGW_libs/libs - -run cmake -G "MinGW Makefiles" -run mingw32-make +![](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