Discussion
Loading...

Post

Log in
  • About
  • Code of conduct
  • Privacy
  • About Bonfire
VisualInk
VisualInk
@VisualInk  ·  activity timestamp 5 hours ago

Even great stories start from humble beginnings. In the first session of a new round of Coding Games with a Story, some of our authors (9-11 year olds) successfully got a story up and running with a scene, background music, images of the person speaking... and a decision point.

#writing #interactivefiction

VAR speaker = "Narrator"
VAR scene = "Cafe"
VAR music = "Piano"

-> start

=== start

~speaker = "Elly"

What would you like to drink?

+ [Coffee] -> coffee
+ [Tea] -> tea

-> END

=== coffee
~speaker = "Eddy"

I'd love a coffee!

-> END

=== tea
~speaker = "Eddy"

A tea, please!

-> END
VAR speaker = "Narrator" VAR scene = "Cafe" VAR music = "Piano" -> start === start ~speaker = "Elly" What would you like to drink? + [Coffee] -> coffee + [Tea] -> tea -> END === coffee ~speaker = "Eddy" I'd love a coffee! -> END === tea ~speaker = "Eddy" A tea, please! -> END
VAR speaker = "Narrator" VAR scene = "Cafe" VAR music = "Piano" -> start === start ~speaker = "Elly" What would you like to drink? + [Coffee] -> coffee + [Tea] -> tea -> END === coffee ~speaker = "Eddy" I'd love a coffee! -> END === tea ~speaker = "Eddy" A tea, please! -> END
  • Copy link
  • Flag this post
  • Block

bonfire.mavnn.eu

News and community around mavnn.eu projects.

bonfire.mavnn.eu: About · Code of conduct · Privacy ·
Bonfire social · 1.0.1 no JS en
Automatic federation enabled
Log in
  • Explore
  • About
  • Public Groups
  • Code of Conduct