Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 463 Bytes

File metadata and controls

18 lines (16 loc) · 463 Bytes

About

A simple 2d game engine.

Running

To run from slime:

(ql:quickload :vert)

See game-template/README.org for a quickstart to setting up and shipping a game.

Testing

Tests are written in prove.

Running from repl:

;; optionally set `prove:*debug-on-error*` T to get deubugger on test failure
(ql:quickload :vert/unit-test)
(prove:run :vert/unit-test)