diff options
author | jacopograndi <48675416+jacopograndi@users.noreply.github.com> | 2022-01-04 08:32:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-04 08:32:48 +0000 |
commit | c384285ed3a4283d97b9b031196b26afd1581540 (patch) | |
tree | cf9b2a2ce27a69247b57bd421c4bac30b94073c0 /README.md | |
parent | b08d3b7b1b06fd2e9dd09eef248a10d33b8d1742 (diff) |
Update README.md
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 |