Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 712 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 712 Bytes

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