lll success (mac obsd linux)! And live videos channel
logos-lisp-legend » Devlog
Do not forget to try and rate
We know it works on Mac Linux Mac again Openbsd at least! Thanks rat, cadence, mdh and everyone else!
https://itch.io/jam/spring-lisp-game-jam-2024/rate/2713259
Video on dependencies, 5 minutes, learn a lot:
https://toobnix.org/w/khxRivsFVFkpQKBAWvM2ek
Mastodon toot: https://mastodon.sdf.org/@screwtape/112516569094232767
Me extracting and figuring out our own game:
https://toobnix.org/w/npoa3W16smL7om1iL8AdLA
Mastodon toot: https://mastodon.sdf.org/@screwtape/112516678754635823
Herd with the mastodons and toob with toobnix
But using my words as well
Long story short
- Install sbcl with the installer for your OS
- Download https://beta.quicklisp.org/quicklisp.lisp
- sbcl --load quicklisp.lisp and follow / say yes to the 3 instructions
- (ql:quickload :mcclim)
- Download scrlogos.tar.gz and tar xzvf scrlogos.tar.gz inside ~/common-lisp/
- sbcl
- (ql:quickload :mcclim)
- Alternate branch: (asdf:operate 'asdf:build-op :scrlogos/executable) for the executable
- (asdf:load-system :scrlogos)
- (in-package :scrlogos/hleve)
- (reinitialize-instance *logos*)
- (run-frame-top-level *logos*)
That looks long, but watch the videos and chat on mastodon T B H
Files
scrlogos.tar.gz 26 MB
May 26, 2024
Get logos-lisp-legend
logos-lisp-legend
Incredible turtle drawing game
More posts
- Lisp-readable Jam Results tableJun 03, 2024
- It's not not a popularity contest lisp editionMay 30, 2024
- Is a venture capitalist language ever going to beat common lisp?May 29, 2024
- sbcl lisp executable clim gui game buildMay 22, 2024
- Squiggly Turtle Drawing Prototype ReleaseMay 21, 2024
- touchy vector graphics lisp clim turtle powerMay 19, 2024
- Post nobody wants - itch.io meta at my glanceMay 18, 2024
- highlevel engine gui screenies so farMay 18, 2024
- Pre-existing low level lisp logos engine for jamMay 18, 2024
Comments
Log in with itch.io to leave a comment.
Note on Mac, run XQuartz (/Applications/Utilities) before running sbcl, mcclim won’t retry finding an X11 connection.