LISPMOO2 INSTRUCTIONS (IMPORTANT)
lispmoo2 » Devlog
- 1. MORE SPECIFICALLY
- 2. egberts.limo
- 3. egberts-2.limo
- 4. Once you get these to me in any way, shape or form
- 5. Repeatedly-eval-qt has a verb that dotfiles conforming limo files
- 6. What else?
- 7. So please just get these to me whether on the Mastodon, itch.io, whatever
1. MORE SPECIFICALLY
exactly what to do for this jam. Do what Egbert does. Egbert is you in this scenario:
2. egberts.limo
(uiop:ensure-package :egberts :nicknames '(:egs)) { @create $room :named egs::egs-house } x { @create $room :named egs::garden } x { @go egs::egs-house } x { @dig north :to egs::garden } x { @go egs::garden } x { @dig south :to egs::egs-house } x
3. egberts-2.limo
{ @go screw::mountain-trail } x { @dig east :to egs::garden } x { @go egs::garden } x { @dig west :to screw::mountain-trail } x
4. Once you get these to me in any way, shape or form
I will add them to the git / you to the honorary jam roll. Now look what happened:
became
Okay, I doubled up on WESTs. At the moment I'm not enforcing dot ports; these are just apparent names of exits and not necessarily reciprocal.
5. Repeatedly-eval-qt has a verb that dotfiles conforming limo files
that I use interactively.
LISPMOO2/USER> { output-dot ("~/common-lisp/lispmoo2/games/egberts.limo") } x subgraph clusterEGBERTS { style=filled; label="EGBERTS"; "EGBERTS-HOUSE"; "GARDEN"; "EGBERTS-HOUSE" -> "GARDEN" [taillabel="NORTH"]; "GARDEN" -> "EGBERTS-HOUSE" [taillabel="SOUTH"]; } NIL LISPMOO2/USER> { output-dot ("~/common-lisp/lispmoo2/games/egberts-2.limo") } x "MOUNTAIN-TRAIL" -> "GARDEN" [taillabel="WEST"]; "GARDEN" -> "MOUNTAIN-TRAIL" [taillabel="EAST"]; } NIL
6. What else?
- I think that this collaborative worldbuilding exploration is its own reward
- In order for something to happen, it needs this suitable place to happen.
- While the "ghost town" gets packaged with the git, later we will have private asdf repos of basically game programming; however these are expected not to constantly be syncronised (unlike the ghost town).
7. So please just get these to me whether on the Mastodon, itch.io, whatever
and become the early architecture of our world.
Get lispmoo2
lispmoo2
Status | Prototype |
Author | screwtape |
Tags | common-lisp, emacs, lisp, mcclim, moo, new-kind-of-society, swank, Text based |
More posts
- Common names lisp and random names app19 days ago
- (formal) game logic23 days ago
- My Programming principles for game dev 1/224 days ago
- GUI table of unicode common lisp interface manager cat adventure47 days ago
- Drawing really a lot of love hearts66 days ago
- LISP CLIM LOVE HEART DRAWING 2: [DOUG'S] RECKONING67 days ago
- Hearter than I thought: LISP McCLIM DRAWING68 days ago
- Lengthy detailed GIT and ASDF LISP story70 days ago
- Add Another System Definition to Arrokoth PR76 days ago
- NUD GOLF graphics choices and more on the live show in a mo'77 days ago
Comments
Log in with itch.io to leave a comment.
To be clear: Egbert's first contribution is now here in the git:
https://codeberg.org/tfw/lispmoo2/src/branch/main/games/egberts.limo
and Egbert's second contribution, connecting to Screwtape's MOUNTAIN-TRAIL is here:
https://codeberg.org/tfw/lispmoo2/src/branch/main/games/egberts-2.limo