home.social

#lispmoo2jam — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #lispmoo2jam, aggregated by home.social.

  1. #gamedev #itch_io #devlog
    Okay I am hearing your RESOUNDING SILENCE
    so I wrote a README and I encourage you to follow Egbert's lead as a hashtag game on the mastodon, tagged with #lispmoo2jam ; in which case I will add you to the honorary jam roll and your constructions to the git, and update the current map, like I did for Egbert.
    #lisp #commonLisp #lispmoo2 #moo #collaborative #worldbuilding
    lispy-gopher-show.itch.io/lisp
    Questions solicited but tbh construct something as well here or there plz

  2. #gamedev #itch_io #devlog
    Okay I am hearing your RESOUNDING SILENCE
    so I wrote a README and I encourage you to follow Egbert's lead as a hashtag game on the mastodon, tagged with #lispmoo2jam ; in which case I will add you to the honorary jam roll and your constructions to the git, and update the current map, like I did for Egbert.
    #lisp #commonLisp #lispmoo2 #moo #collaborative #worldbuilding
    lispy-gopher-show.itch.io/lisp
    Questions solicited but tbh construct something as well here or there plz

  3. #gamedev #itch_io #devlog
    Okay I am hearing your RESOUNDING SILENCE
    so I wrote a README and I encourage you to follow Egbert's lead as a hashtag game on the mastodon, tagged with #lispmoo2jam ; in which case I will add you to the honorary jam roll and your constructions to the git, and update the current map, like I did for Egbert.
    #lisp #commonLisp #lispmoo2 #moo #collaborative #worldbuilding
    lispy-gopher-show.itch.io/lisp
    Questions solicited but tbh construct something as well here or there plz

  4. #gamedev #itch_io #devlog
    Okay I am hearing your RESOUNDING SILENCE
    so I wrote a README and I encourage you to follow Egbert's lead as a hashtag game on the mastodon, tagged with #lispmoo2jam ; in which case I will add you to the honorary jam roll and your constructions to the git, and update the current map, like I did for Egbert.
    #lisp #commonLisp #lispmoo2 #moo #collaborative #worldbuilding
    lispy-gopher-show.itch.io/lisp
    Questions solicited but tbh construct something as well here or there plz

  5. #gamedev #itch_io #devlog
    Okay I am hearing your RESOUNDING SILENCE
    so I wrote a README and I encourage you to follow Egbert's lead as a hashtag game on the mastodon, tagged with #lispmoo2jam ; in which case I will add you to the honorary jam roll and your constructions to the git, and update the current map, like I did for Egbert.
    #lisp #commonLisp #lispmoo2 #moo #collaborative #worldbuilding
    lispy-gopher-show.itch.io/lisp
    Questions solicited but tbh construct something as well here or there plz

  6. lispy-gopher-show.itch.io/lisp
    #GOFAI #itch_io #devlog #gamedev #lispgames #commonlisp #moo

    I added a puppet prototype for my own #lispmoo2 submission to my own #lispmoo2jam.

    Puppets are actually crazy. You just pass her a piece of paper and she does whatever's on it, up to and including possessing you and driving you around if that was an implication of one of the commands you gave her that you didn't really think through.

    Having computer players working with re/writeable-scripts-as-objects ++

  7. lispy-gopher-show.itch.io/lisp
    #GOFAI #itch_io #devlog #gamedev #lispgames #commonlisp #moo

    I added a puppet prototype for my own #lispmoo2 submission to my own #lispmoo2jam.

    Puppets are actually crazy. You just pass her a piece of paper and she does whatever's on it, up to and including possessing you and driving you around if that was an implication of one of the commands you gave her that you didn't really think through.

    Having computer players working with re/writeable-scripts-as-objects ++

  8. lispy-gopher-show.itch.io/lisp
    #GOFAI #itch_io #devlog #gamedev #lispgames #commonlisp #moo

    I added a puppet prototype for my own #lispmoo2 submission to my own #lispmoo2jam.

    Puppets are actually crazy. You just pass her a piece of paper and she does whatever's on it, up to and including possessing you and driving you around if that was an implication of one of the commands you gave her that you didn't really think through.

    Having computer players working with re/writeable-scripts-as-objects ++

  9. lispy-gopher-show.itch.io/lisp
    #GOFAI #itch_io #devlog #gamedev #lispgames #commonlisp #moo

    I added a puppet prototype for my own #lispmoo2 submission to my own #lispmoo2jam.

    Puppets are actually crazy. You just pass her a piece of paper and she does whatever's on it, up to and including possessing you and driving you around if that was an implication of one of the commands you gave her that you didn't really think through.

    Having computer players working with re/writeable-scripts-as-objects ++

  10. lispy-gopher-show.itch.io/lisp
    #GOFAI #itch_io #devlog #gamedev #lispgames #commonlisp #moo

    I added a puppet prototype for my own #lispmoo2 submission to my own #lispmoo2jam.

    Puppets are actually crazy. You just pass her a piece of paper and she does whatever's on it, up to and including possessing you and driving you around if that was an implication of one of the commands you gave her that you didn't really think through.

    Having computer players working with re/writeable-scripts-as-objects ++

  11. #itch_io #gameJam #textAdventure #commonLisp #moo [dsl]
    I made the lowest-bar-imagineable common-lisp mcclim game jam. #lispmoo2Jam
    itch.io/jam/lispmoo2jam
    One thing I'm seeking is object permanence for myself in a way more interactable than reading a phost or listening to myself. I think lispmoo2 has that.

    { @create $player :named your-name } x
    { setcur your-name } x
    { @create $room :named a-room } x
    { @create $thing :named n64 } x
    { @push n64 :to (a-room :contents) } x
    { emote (joy) } x

    u2