about summary refs log tree commit diff stats
path: root/LICENSE
Commit message (Collapse)AuthorAgeFilesLines
* Create LICENSEStar Rauchenberger2023-05-051-0/+21
='blob'>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
connections {
  from_room: "Entrance"
  to_room: "Temple"
  door { name: "Entrance" }
}
connections {
  from_room: "Temple"
  to_room: "Ending"
  door { name: "Ending" }
  purple_ending: true
}
connections {
  from_room: "Temple"
  to_room: "Mastery"
  door { name: "Mastery" }
}