diff options
author | jacopograndi <48675416+jacopograndi@users.noreply.github.com> | 2022-01-04 10:17:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-04 10:17:38 +0000 |
commit | e615c8957ec0ef01773f70cb60b75788ed48d010 (patch) | |
tree | 03d1afda9dd250dd888352d427c578532b204022 /README.md | |
parent | b4af0397679cea789ef29fa678b33c3351e47ab6 (diff) |
Create README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..25c761f --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# slay2 +reimplementation of slay in python + +Slay is a game by Sean O'Connor [link](http://www.windowsgames.co.uk/slay.html) + +This implementation supports +* Full game mechanics (Combat, Economy, Tree spread) +* Multiplayer +* Randomized maps + +The source is organized in a single file. This was done as an additional challenge. |