Skip to content

Instantly share code, notes, and snippets.

@lthms
Created June 16, 2018 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lthms/01dd3fff01a8ed7f124d814f3e72d959 to your computer and use it in GitHub Desktop.
Save lthms/01dd3fff01a8ed7f124d814f3e72d959 to your computer and use it in GitHub Desktop.
(cl:in-package :lysk)
(gamekit:defgame example () ())
(defmethod gamekit:post-initialize ((app example))
(gamekit:bind-button :mouse-left :released
(lambda () (gamekit:stop))))
(defun run ()
(gamekit:start 'example))
(defun deliver ()
(gamekit.distribution:deliver :lysk 'example))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment