diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/guide.org | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/guide.org b/docs/guide.org index d98b00e..ede9180 100644 --- a/docs/guide.org +++ b/docs/guide.org @@ -34,9 +34,11 @@ brew install sdl2 sdl2_mixer sdl2_ttf sdl2_image expat Install the Downstroke egg along with its dependencies: #+begin_src bash -chicken-install downstroke sdl2 sdl2-image defstruct matchable states +chicken-install downstroke #+end_src +This pulls in the eggs declared by the Downstroke package. If your game uses the =states= egg for AI or other state machines, install it separately (=chicken-install states=). + * Hello World — Your First Game Create a file called =mygame.scm=: |
