Just one click and I had uncovered the first secret ending. How's that for a speedrun?
alexshendi
Recent community posts
Dear community, dear Michael Gentry,
first off I'm a huge fan of the original (1998) Anchorhead. So I was thrilled to learn (somewhat belatedly) that an illustrated version was available and purchased it on itch.io. With somewhat inappropriate juvenile optimism I thought that the zip-archive would contain a story file, bundeled with glulxe. To my disappointment the archive contained the following:
- A large , statically linked, "Anchorhead" executable
- Several shared libraries
- fonts and other game resources
- several *blob.bin files
I had intended to run Anchorhead on my Chromebook Tab 10 tablet in the Debian Linux container by compiling my own version of glulxe or run an interpreter like zoom or gargoyle from Debian packages.
Is there any way to still do this? If so, I would be grateful for help. Maybe an architecture neutral distribution like "Hadean Lands" has would be a good option.
Many thanks in advance,
Alexander
The latest standalone version of scheme2js (from 2011) can be found at:
http://www-sop.inria.fr/indes/scheme2js/
(source code, precompiled jar archive, and man page and links to several papers).
A demo (a simple raycaster) is at:
http://alexshendi.org/blog/demos/raycaster1/raycaste...
Source code can be found at:
http://alexshendi.org/blog/demos/raycaster1/scheme/r...
Other options using the Scheme->Javascript route are:
- The Spock Egg for CHICKEN Scheme: http://wiki.call-cc.org/eggref/4/spock
- The universal backend of Gambit: http://gambitscheme.org
- A large list of Lisps in Javascript or compiling to Javascript can be found at: http://ceaude.twoticketsplease.de/articles/a-surve...
I hope this helps. Feel free to use some or all of this info.
Best Regards
Alexander