plants + insects + birds + lisp
A downloadable lisp-KR
Entry to lisp game jam. Idea sketched https://screwlisp.small-web.org/lispgames/whats-the-plan/. Think Braitenberg's vehicles made out of my software-individuals.
It turns out to be a random-walk growing dandelions in an ascii field, though made in a tremendously logically constraining way.
ses.051) loadk types-and-fun Load-ef: types-and-fun at ../../../demus/Game/types-and-fun.leo ses.052) do-render ""*"* ***** **""* *"""" *"""" "
Install instructions
TODO
Basically the markdown file is really an emacs eev .e file with a bunch of markdown comments in it.
Comments
Log in with itch.io to leave a comment.
I’m unable to clone this repo
Mm, yeah. I must have typed it or something instead of pasting it since it's already at-that-path for me from (the couple of devlogs).
Would work I guess. Are you using eev as well?
It's this one: https://codeberg.org/tfw/pawn-75 which is my port/revivification of https://www.ida.liu.se/ext/leonardo/ (https://franz.com/success/customer_apps/knowledge_mgmt/leordo.lhtml) and related things.
What is the source code for this entry? The markdown file? I am confused.
Yes, I used emacs' eev mode to program it. That file was the only notion of source file that exists. Possibly the file confusingly skips how to start gnu clisp with eev's eepitch, let me check. It was a very personal journey.
* (eepitch-shell)
cd
git clone https://codeberg.org/tf/pawn-75.git Pawn-75
mkdir -p ~/leocommunity
cp -r Pawn-75/Pawn-75 ~/leocommunity/Plant-insect-gamer
* (setq inferior-lisp-program "clisp -E ISO-8859-1 -modern")
* (slime)
* (setq eepitch-buffer-name "*slime-repl clisp*")
(require "asdf")
(uiop:chdir "~/leocommunity/Plant-insect-gamer/demus/Process/main/")
(load #p"../../../remus/Startup/cl/acleo.leos")
(cle)
etc is literally the game's source as I wrote it.
If you are in eev mode, you just press <F8> on each line indicated as source, and you can watch it happen. It is best viewed as interactive.
I'm not sure how I got that typo in my own git paste https://codeberg.org/tfw/pawn-75 was the git.