aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md19
1 files changed, 3 insertions, 16 deletions
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)
-<img src="https://github.com/jacopograndi/arena/blob/main/arena_gameplay.png?raw=true" width="100%">
Each robot is modular and can be composed to the player's liking.
-<img src="https://github.com/jacopograndi/arena/blob/main/arena_unit.png?raw=true" width="100%">
-<img src="https://github.com/jacopograndi/arena/blob/main/arena_unit_detail.png?raw=true" width="100%">
-
-
-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)