aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 594e6bfb75ee2bcb8b5ec8c30fc553a744b2cadf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# slay2
Reimplementation of Slay in python and pygame 
Slay is a game by Sean O'Connor [link](http://www.windowsgames.co.uk/slay.html)  
The sprites are rendered from Blender  

![gameplay](https://github.com/jacopograndi/slay2/blob/main/slay2_gameplay.png?raw=true)

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.