From be3d45520c1caf84c5db22fd40704f0c25cd01cf Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 13 Sep 2021 08:21:43 -0400 Subject: Add a CLI. --- doc/api.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/api.texi') diff --git a/doc/api.texi b/doc/api.texi index 56df86f..b22fd57 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -33,6 +33,9 @@ styles of game loops. The appropriately named @code{run-game} and @code{abort-game} procedures are the entry and exit points to the Chickadee game loop. +If you are using @command{chickadee play} to launch your game, then +calling @code{run-game} is already taken care of for you. + @deffn {Procedure} run-game [#:window-title "Chickadee!"] @ [#:window-width 640] [#:window-height 480] @ [#:window-fullscreen? @code{#f}] @ -- cgit v1.2.3