diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,6 +1,11 @@ -# :o +# Arena -in order to compile in windows +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. + +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 |