blob: 25c761f6e72fa8332de65ec5654ae1c50458dc47 (
plain)
1
2
3
4
5
6
7
8
9
10
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.
|