User:Thijshijsijsjss/Gossamery/Learning ZIL: Difference between revisions
(Create page with the ~backstory~ of how it came to be) |
(Add links to youtube tutorials and a git repo) |
||
Line 1: | Line 1: | ||
This is or will be a page dedicated to my explorations into ZIL -- the ZORK Implementation Language, the coding language used in Infocoms first text adventure game ZORK. These explorations are fresh and ongoing, so to start off, I will create a humble collections of links. | This is or will be a page dedicated to my explorations into ZIL -- the ZORK Implementation Language, the coding language used in Infocoms first text adventure game ZORK. These explorations are fresh and ongoing, so to start off, I will create a humble collections of links. | ||
* Link to the book: [https://archive.org/details/Learning_ZIL_Steven_Eric_Meretzky_1995/ Learning ZIL] | |||
* Two YouTube playlists about ZIL: [https://www.youtube.com/playlist?list=PLVrHYoqKjYQxoP9thsCNsceod1Y9OQgPJ one], [https://www.youtube.com/watch?v=hbqO9dbNhzg&list=PLVrHYoqKjYQwaUmNZgc8hKtRAN1aY6FIk two] | |||
* A git repo for a Z-machine that supports online multiplayer: [https://github.com/icculus/mojozork mojozork] | |||
*How did I find out about this? | *How did I find out about this? | ||
# I was exploring [ifwiki.org the IFWiki] by the Random Page button | # I was exploring [https://www.ifwiki.org/Main_Page the IFWiki] by the Random Page button | ||
# I was presented [https://www.ifwiki.org/The_Valley_House the IFWiki page for The Valley House] | # I was presented [https://www.ifwiki.org/The_Valley_House the IFWiki page for The Valley House] | ||
# I noticed 'Z-code', a language I was unfamiliar with | # I noticed 'Z-code', a language I was unfamiliar with | ||
# This led me to the IFWiki pages for [https://www.ifwiki.org/Z-code Z-code], [https://www.ifwiki.org/Z-machine Z-machine] and [https://www.ifwiki.org/ZIL ZIL], as well as [https://en.wikipedia.org/wiki/Z-machine the wikipedia page for Z-machine] | # This led me to the IFWiki pages for [https://www.ifwiki.org/Z-code Z-code], [https://www.ifwiki.org/Z-machine Z-machine] and [https://www.ifwiki.org/ZIL ZIL], as well as [https://en.wikipedia.org/wiki/Z-machine the wikipedia page for Z-machine] | ||
# [https://www.ifwiki.org/ZIL The IFWiki page for ZIL] referenced [https://archive.org/details/Learning_ZIL_Steven_Eric_Meretzky_1995/ the book 'Learning ZIL'] on [https://archive.org archive.org]. | # [https://www.ifwiki.org/ZIL The IFWiki page for ZIL] referenced [https://archive.org/details/Learning_ZIL_Steven_Eric_Meretzky_1995/ the book 'Learning ZIL'] on [https://archive.org archive.org]. | ||
Revision as of 22:54, 30 September 2024
This is or will be a page dedicated to my explorations into ZIL -- the ZORK Implementation Language, the coding language used in Infocoms first text adventure game ZORK. These explorations are fresh and ongoing, so to start off, I will create a humble collections of links.
- Link to the book: Learning ZIL
- Two YouTube playlists about ZIL: one, two
- A git repo for a Z-machine that supports online multiplayer: mojozork
- How did I find out about this?
- I was exploring the IFWiki by the Random Page button
- I was presented the IFWiki page for The Valley House
- I noticed 'Z-code', a language I was unfamiliar with
- This led me to the IFWiki pages for Z-code, Z-machine and ZIL, as well as the wikipedia page for Z-machine
- The IFWiki page for ZIL referenced the book 'Learning ZIL' on archive.org.