Home New Trending Search
About Privacy Terms
#
#wisp
Posts tagged #wisp on Bluesky
(Plot (Fragments locked-room locked-door game-over)
      (Scenes)
      (Outcomes
       (Known found-key unlocked-door destroyed-door rations-depleted)
       (Used (destroyed-door . 1) (rations-depleted . 1) (found-key . 1))
       (Unused unlocked-door)))

(Plot (Fragments locked-room locked-door game-over) (Scenes) (Outcomes (Known found-key unlocked-door destroyed-door rations-depleted) (Used (destroyed-door . 1) (rations-depleted . 1) (found-key . 1)) (Unused unlocked-door)))

Diagram output of the plot analysis: a plantuml diagram with the plot fragments locked-room, locked-door and game-over.

The fragment locked-door has a footer with the not yet used outcome "unlocked-door".

Diagram output of the plot analysis: a plantuml diagram with the plot fragments locked-room, locked-door and game-over. The fragment locked-door has a footer with the not yet used outcome "unlocked-door".

The plot output of dryads wake:

"first-encounter" --> "fast-talk-the-dryad"
"first-encounter" --> "explain-your-home"
"fast-talk-the-dryad" --> "the-groove-lives"
"fast-talk-the-dryad" --> "fight-the-dryad"
"explain-your-home" --> "haunted-house"
"explain-your-home" --> "kindred-house-dryad"
"the-groove-lives" --> "summer-market"
"haunted-house" --> "summer-market"
"kindred-house-dryad" --> "summer-market"
"fight-the-dryad" --> "killed-the-dryad"
"fight-the-dryad" --> "dryad-abducted-melter"
"killed-the-dryad" --> "summer-market"
"dryad-abducted-melter" --> "summer-market"
"summer-market" --> "second-dryad-the-child"
"second-dryad-the-child" --> "summer-market-choose"
"second-dryad-the-child" --> "summer-market-dryad-child-revenge"
"summer-market-choose" --> "summer-market-fight-the-merchant"
"summer-market-choose" --> "summer-market-merchant-attacks-the-child"
"summer-market-choose" --> "summer-market-fight-the-dryad-child"
"summer-market-fight-the-merchant" --> "grab-the-crossbow"
"summer-market-fight-the-merchant" --> "summer-market-merchant-attacks-the-child"
"dark-dryad-answers-to-being-saved" --> "village-gathering"
"grab-the-crossbow" --> "dark-dryad-answers-to-being-saved"
"grab-the-crossbow" --> "summer-market-merchant-attacks-the-child"
"summer-market-merchant-attacks-the-child" --> "summer-market-fight-the-dryad-child"
"summer-market-merchant-attacks-the-child" --> "village-gathering"
…

The plot output of dryads wake: "first-encounter" --> "fast-talk-the-dryad" "first-encounter" --> "explain-your-home" "fast-talk-the-dryad" --> "the-groove-lives" "fast-talk-the-dryad" --> "fight-the-dryad" "explain-your-home" --> "haunted-house" "explain-your-home" --> "kindred-house-dryad" "the-groove-lives" --> "summer-market" "haunted-house" --> "summer-market" "kindred-house-dryad" --> "summer-market" "fight-the-dryad" --> "killed-the-dryad" "fight-the-dryad" --> "dryad-abducted-melter" "killed-the-dryad" --> "summer-market" "dryad-abducted-melter" --> "summer-market" "summer-market" --> "second-dryad-the-child" "second-dryad-the-child" --> "summer-market-choose" "second-dryad-the-child" --> "summer-market-dryad-child-revenge" "summer-market-choose" --> "summer-market-fight-the-merchant" "summer-market-choose" --> "summer-market-merchant-attacks-the-child" "summer-market-choose" --> "summer-market-fight-the-dryad-child" "summer-market-fight-the-merchant" --> "grab-the-crossbow" "summer-market-fight-the-merchant" --> "summer-market-merchant-attacks-the-child" "dark-dryad-answers-to-being-saved" --> "village-gathering" "grab-the-crossbow" --> "dark-dryad-answers-to-being-saved" "grab-the-crossbow" --> "summer-market-merchant-attacks-the-child" "summer-market-merchant-attacks-the-child" --> "summer-market-fight-the-dryad-child" "summer-market-merchant-attacks-the-child" --> "village-gathering" …

Code example:

define-outcome found-key
define-outcome unlocked-door
define-outcome destroyed-door
define-outcome rations-depleted
define : locked-room state
  set! state
    Ask
      : Search the room?
        outcomes-add state found-key
      : Eat your rations?
        outcomes-add state rations-depleted
  Ask
    : Lie down to sleep?
      game-over state
    : Go to the door?
      locked-door state

define : locked-door state
  set! state
    cond
      : outcomes-contain? state found-key
        outcomes-add state unlocked-door
      else
        outcomes-add state destroyed-door
  game-over state

define : game-over state
  when : outcomes-contain? state destroyed-door
    Print
      (Trouble)
  when : outcomes-contain? state rations-depleted
    Print
      (Hunger)
  game-state state

locked-room : game-state-init!

Code example: define-outcome found-key define-outcome unlocked-door define-outcome destroyed-door define-outcome rations-depleted define : locked-room state set! state Ask : Search the room? outcomes-add state found-key : Eat your rations? outcomes-add state rations-depleted Ask : Lie down to sleep? game-over state : Go to the door? locked-door state define : locked-door state set! state cond : outcomes-contain? state found-key outcomes-add state unlocked-door else outcomes-add state destroyed-door game-over state define : game-over state when : outcomes-contain? state destroyed-door Print (Trouble) when : outcomes-contain? state rations-depleted Print (Hunger) game-state state locked-room : game-state-init!

Documented how to analyze the plot of an enter-three-witches #game:

www.draketo.de/software/enter-three-wit...

The images in this post show the text-output of an analysis of a stripped down example, its diagram output, the diagram of […]

[Original post on rollenspiel.social]

3 0 0 0
Post image

Feels good to finish a work for myself

#Sonicthehedgehog #SonicOC #NimbusTheHyena #Wisp

10 1 1 0
Original post on momostr.pink

Sometimes amethyst will remember my alt accountsbut other times, like now, it doesn't show any.

Will #wisp have multi account support? 🤔

Ifwisp had this and the amethyst "gallery" ( I have a lot of oc memes I need to recall constantly lol) I think I'd be ready to fully make the switch and have […]

0 0 0 0

wait, so you can't zap on #wisp unless you use a wallet with nwc capabilities? 🤔

or am I just too stupid to do it? 😔

0 0 0 0

Was just testimg to see if #wisp passed the wordle/emoji glitch amethyst can't be bothered fixing. And it does!

So a client that was pulled out of someone arse yesterday manages to be less broken than amethyst. 👀👀

0 0 0 0

Was just test to see if #wisp passed the wordle/emoji glitch amethyst can't be bothered fixing. And it does!

So a client that was piled out of someone arae yesterday manages to be less broken than amethyst. 👀👀

0 0 0 0
Post image

I'm really!!! SHAWING IT~!!!
(link below)

#hollowkinghtsilksong #rinjiwolfwood #wisp #twitch #wolftuber #ahshitherewegoagain

2 1 1 0
Post image

So it also turns out I don't know how to post images on #wisp lol

What is this signing blob business? No flipping clue

0 0 0 0

also needs a will-o- #wisp logo

0 0 1 0

oh wow, so #wisp has a relay select at the top to filter. not that I find that useful at the moment but it could be one day.

but having he sfx on by default is diabolical lol. I assume there'll be a way to customise those with sound files in the future (?)

0 0 0 0

posting from #wisp got peer pressured by the cool kidz

0 0 1 0
Video thumbnail

How to Catch The Floating Wisps in Abiotic Factor!

#abioticfactor #wisp #howto #guide #tips

0 0 0 0
Preview
Event Horizon, by Pandora's Box & Will O Wisp track by Pandora's Box & Will O Wisp


🇺🇦 #NowPlaying on #KEXP's #EasternEchoes

Wisp:
🎵 Pandora

#Wisp

▶️ 🪄 Automagic 🔊 show 📻 playlist on Spotify

▶️ Song/Cover on #Bandcamp:

0 0 0 0
Preview
the goon haunt you is a cartoon character from a video game . ALT: the goon haunt you is a cartoon character from a video game .

Alright let see how many loss will make me tilt today on Marvel Rivels (link below)

#rinjiwolfwood #wisp #marvelrivals #rank #themoonhauntsyou #wolftuber #randombsgo

1 1 1 0

#wisp

How do you log in with amber??

I press 'log in with signer' it takes me to amber. Ummm.. yeah and now what lol #asknostr

0 0 0 0
Preview
a persona 3 reload press any button screen ALT: a persona 3 reload press any button screen

this wolf is disturbing the peace over at twitch >:3

#rinjiwolfwood #wisp #Persona3 #twitchtv #wolfadhd #pngtuber

4 1 1 0
Post image

SHAW!

#rinjiwolfwood #wisp #HollowknightHornet #twitch #SHAW

3 1 1 0
Original post on rollenspiel.social

I started documentation and a dedicated project for Enter Three Witches as free licensed Game Framework:
https://www.draketo.de/software/enter-three-witches
https://hg.sr.ht/~arnebab/enter
Enter Three Witches: a writer-focussed game engine
“To get the best writing, writers must take the helm” […]

2 1 0 0
Post image

#art #digitalart #drawing #illustration #procreate #draw #coloring #wisp #elf

10 2 0 1
A digital art piece depicting three characters from the videogame Warframe. These characters are Ember, Wisp, and Valkyr. Ember and Valkyr wear their Heirloom skins and Wisp her Coven skin. They are posed provocatively, showing off their large butts while looking seductively at the viewer. Wisp is making the V peace sign with her right hand, Ember is producing a small heart with flames, and Valkyr is reaching a hand out towards the viewer, inviting them to join the three.

A digital art piece depicting three characters from the videogame Warframe. These characters are Ember, Wisp, and Valkyr. Ember and Valkyr wear their Heirloom skins and Wisp her Coven skin. They are posed provocatively, showing off their large butts while looking seductively at the viewer. Wisp is making the V peace sign with her right hand, Ember is producing a small heart with flames, and Valkyr is reaching a hand out towards the viewer, inviting them to join the three.

LF Lonely Tenno looking for some company :3

And then you get to the Orbiter and it's like "Tricked you! We're farming Incarnons. Get in the Steel Path Circuit, Tenno"

[ #art #digitalart #warframe #warframensfw #ember #wisp #valkyr #heirloom #coven ]

69 16 1 0
This is Planet Wisp, but it has a turquoise eye, three tentacles stemming from the bottom, and two antenna-like orbs with glowing rings sprouting from the top.

This is Planet Wisp, but it has a turquoise eye, three tentacles stemming from the bottom, and two antenna-like orbs with glowing rings sprouting from the top.

Tamagotchi Planet is a Gaiatchi and The Earth is a Gaiatchi, so I believe that Planet Wisp is a Gaiatchi too, but it should look more like a Wisp.

#SonicColors #SonicColorsUltimate #Wisp #MyArt #Fanart #Cute

1 0 0 0
Post image

#wisp #warframe

2 0 0 0
Post image

My number 1 since 2019 :3 #warframe #wisp

2 1 1 0
Preview
Wisp and Luna (Demo), by MarkReeve5 from the album Man in the Crowd


🇺🇦 #NowPlaying on #KEXP's #EasternEchoes

Wisp:
🎵 Luna

#Wisp

▶️ 🪄 Automagic 🔊 show 📻 playlist on Spotify

▶️ Song/Cover on #Bandcamp:

0 0 0 0
Post image

A new Cain session with @Mechwolfu @bearahdon.bsky.social
and many guest live (on my bio)

#twitch #rinjiwolfwood #wisp #cain #jjk

3 1 1 0
Preview
a close up of a video game character 's face with a beard ALT: a close up of a video game character 's face with a beard

The Ghost of Doggo is going live!!

(Link in bio 🔗)

#RinjiWolfwood #Wisp #ghostofsparta #godofwar #twitch

2 1 1 0
Preview
Save me now Wisp · If Not Winter · Song · 2025

Easily one of my favourite discoveries from last year. This record is hazy alt/grungegaze perfection.

open.spotify.com/track/59ledU...

#wisp #nugaze #grungegaze #shoegaze #altrock #alternative #alternativerock

0 1 0 0