From e1da1b0c2b2df9880e7f0a76b6ecc7aefecaf229 Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Fri, 10 Apr 2026 17:38:04 +0100 Subject: Remove useless ai.scm, use prefabs --- docs/guide.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') 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=: -- cgit v1.2.3