diff options
author | jacopograndi <48675416+jacopograndi@users.noreply.github.com> | 2022-01-04 12:45:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-04 12:45:24 +0000 |
commit | 041bf3ec44733f22751768352505531667e01024 (patch) | |
tree | 450ef26be231e8fa800e843a46d778582fc7bba8 /README.md | |
parent | d277ff802a8d28e626300e819cc38b3639067ff1 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 3 insertions, 16 deletions
@@ -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) |