Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Turtle graphicsView game page

Turtle graphics for common lisp with colour.
Submitted by JMC-design — 11 minutes, 12 seconds before the deadline
Add to collection

Play game

Turtle graphics's itch.io page

Results

CriteriaRankScore*Raw Score
Entertainment - How enjoyable/replayable is it?#130.8942.000
Creativity - How original is the idea?#131.3423.000
Presentation - How does it look/feel?#130.8942.000
Overall#131.0432.333

Ranked from 1 rating. Score is adjusted from raw score by the median number of ratings per game in the jam.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Developer

lol, if you have a compositor running you can't tell it's started because the window is transparent and unmanaged!  That'll teach me to test things under my simple wm.

Developer

Solutions is to change (surface:get-surface :width width :height height :depth 32) in INIT to 

(surface:get-surface :width width :height height :depth 32 :override :off) or get from github.

Developer

Seems like something ate my last minute changes and/or I was too sleepy when I zipped it up.  Github has a better readme. https://github.com/JMC-design/turtle-graphics .  To get it to work without redownloading, just quickloading :clx beforehand should work.

Submitted

I added the directories provided to my local-projects but it can't find "xlib" ("The name "XLIB" does not designate any package.) when quickloading ":turtle-graphics". I am missing a dependency?

Developer

Yeah, seems last minute changes weren't uploaded.  You need to quickload :clx first which provides xlib: . Sorry about that.