Thunderword: Difference between revisions
WakeReality (talk | contribs) m (whitespace) |
WakeReality (talk | contribs) (Category) |
||
Line 11: | Line 11: | ||
* [https://github.com/WakeRealityDev/Thunderstrike WakeRealityDev/Thunderstrike] - Thunderstrike example app source code on GitHub. | * [https://github.com/WakeRealityDev/Thunderstrike WakeRealityDev/Thunderstrike] - Thunderstrike example app source code on GitHub. | ||
[[Category:Interpreter]] | [[Category:Interpreter]][[Category:MobileApp]] |
Revision as of 22:59, 26 February 2017
Thunderword is a unified IF interpreter app for Android. The author and maintainer is Stephen Gutknecht under the brand "Wake Reality".
Thunderword combines the abilities of several compiled Linux interpreters and is currently able to play games targeted for the following platforms: Glulx, Scott_Adams, Level 9, TADS 2, TADS 3, and Z-code (multiple interpreters included). HTML TADS is not supported (text only).
Thunderword is currently in alpha pre-release on the Google Play store. A full public roll-out is expected sometime before April 2, 2017. Amazon App Store distribution will also be offered to support Fire phones and tablets. Thunderword is offered in two app flavors, "experimental" and "standard" (no postfix on the name). Both apps can be installed side-by-side and either one selected for running a story.
A notable feature of Thunderword is that it is built around RemGlk and offers data sharing between Android apps. The input and output from interpreters can be shared app to app using JSON with either WebSockets or Android's native broadcasts data sharing. Thunderword also has an API for other apps to launch fiction stories, encouraging multiple apps to take on the role of downloading, finding, rating, and organizing the thousands of available IF stories. An example app to demonstrate story data launching and JSON app to app interchange has been released on GitHub named Thunderstrike.
Links
- WakeReality.com - Wake Reality's homepage.
- WakeRealityDev/Thunderstrike - Thunderstrike example app source code on GitHub.