diff options
| -rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -14,6 +14,17 @@ A 2D tile-driven game engine for Chicken Scheme, built on SDL2. Targets old-scho **[📖 Full Documentation](https://docs.etenil.net/downstroke/guide.html)** +## Installation + +Clone and install from source: + + git clone https://git.etenil.net/downstroke + cd downstroke + chicken-install + +This will install the `downstroke` egg and all its dependencies. Ensure you have the required system libraries installed first (see [Dependencies](#dependencies) below). + + ## Features - Tweens with easing helpers |
