Skip to content

Instantly share code, notes, and snippets.

@seansawyer
Last active August 29, 2015 14:12
Show Gist options
  • Save seansawyer/bf414fea01174748025e to your computer and use it in GitHub Desktop.
Save seansawyer/bf414fea01174748025e to your computer and use it in GitHub Desktop.

Can I make a game in a Gist?

I'll write the world in YAML first, and write the code to stitch it together last.

Maybe I can use Mermaid to draw the map.

--- # northwest subway line
- id: subway-nw-8-platform-n
sdesc: "The end of a dimly-lit subway platform"
ldesc: "Bits of ragged paper and crushed beverage containers litter the floor. A gentle, musty breeze from the subway tunnel sometimes scoots the smaller ones along the worn tile. To the north the tunnel continues into darkness, barred by a metal fence. Below the platform, garbage and black water commingle in puddles on the tracks."
- id: subway-nw-8-platform
sdesc: "A dimly-lit subway platform"
- id: subway-nw-8-platform-s
sdesc: "The end of a dimly-lit subway platform"
- id: subway-nw-8-interior-n
sdesc: "Inside a subway station"
- id: subway-nw-8-interior-s
sdesc: "Inside a subway station"
- id: subway-nw-8-entrance
sdesc: "The entrance to a subway station"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment