Play game
Turtle graphics's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Entertainment - How enjoyable/replayable is it? | #13 | 0.894 | 2.000 |
Creativity - How original is the idea? | #13 | 1.342 | 3.000 |
Presentation - How does it look/feel? | #13 | 0.894 | 2.000 |
Overall | #13 | 1.043 | 2.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
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.
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.
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.
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?
Yeah, seems last minute changes weren't uploaded. You need to quickload :clx first which provides xlib: . Sorry about that.