Skip to content

borodust/hello-gamekit

Repository files navigation

hello-gamekit

trivial-gamekit basic example from Getting Started guide.

Loading and running

Install cl-bodge quicklisp distribution if it isn't installed yet:

(ql-dist:install-dist "http://bodge.borodust.org/dist/org.borodust.bodge.txt")

Or just in case do:

(ql:update-all-dists)

Then load the example itself:

(ql:quickload :hello-gamekit)

And run it!

(gamekit:start 'hello-gamekit:hello-gamekit)

Assets