iOS Application to demonstrate how to create text based games using Twine
To create a story you will need Twine.
After that you can export and include it inside the application and load it with the right name.
For the iOS application:
- OSX 10.11 or higher
- Xcode 8.1 or higher
- Swift 3.0 toolchain
To compile/run the iOS application:
- open the Xcode Workspace Login.xcworkspace
- select the Login iOS scheme
- Run by pressing Play or by pressing [Cmd + R]
To run the tests from Xcode press [Cmd + U].