diff options
| author | Gene Pasquet <dev@etenil.net> | 2026-04-20 15:21:36 +0100 |
|---|---|---|
| committer | Gene Pasquet <dev@etenil.net> | 2026-04-20 15:21:36 +0100 |
| commit | 2cb7c14973ae5cea31241cfbf6977ac463cea120 (patch) | |
| tree | 639ed2a2cb023b4008c6d3eb3ed4be2f9bf374e8 /README.md | |
| parent | 38c7a398639e625f5bfdd0333bad16687edc0bec (diff) | |
Diffstat (limited to 'README.md')
| -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 |
