aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 6b4b27a3943213a8e23cce9f4bd820811fbe5ee9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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
* 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