(use-modules (chickadee) (chickadee math vector) (chickadee graphics font)) (define (draw alpha) (draw-text "The quick brown fox jumps over the lazy dog.\nFive hexing wizard bots jump quickly." #v(140.0 240.0))) (run-game #:draw draw)