* (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.