aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjacopograndi <jacopo.grandi@outlook.it>2022-01-04 11:41:55 +0100
committerjacopograndi <jacopo.grandi@outlook.it>2022-01-04 11:41:55 +0100
commitb77610acab8f2837c82110576b9d4ecefacdb4d9 (patch)
tree1ed6110281696b2961664a62bcd0cf19f0a94483 /README.md
parentd56ddbd2dbee2c148e0660e5d8ca3a013375e94b (diff)
parente615c8957ec0ef01773f70cb60b75788ed48d010 (diff)
Merge branch 'main' of github.com:jacopograndi/slay2
.
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
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.