#Text Adventure
An as yet unknown adventure. In Text!
##Useful Things
##Specifics
- Written in Swift
##How to Run
- Make sure you have the latest snapshot of swift
- Run
swift build
in the root directory of the package (the one with thePackage.swift
) - The executable is in
.build/debug/Text-Adventure
(or whatever the target is called, depending on your filesystem)
##Structure
###Object Structure
Thing
├─ Location
├─ Portal
├─ Creature
│ └─ Player
└─ Item
├─ Container
├─ Food
└─ Weapon
###Syntactic Structure
Lexical Categories
Verb
Noun
Adjective
Adverb
Preposition
Conjunction
Determiner
PhrasalCategories
NounPhrase
PrepositionalPhrase
VerbPhrase