Raw File
codemeta.json
{
    "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
    "@type": "SoftwareApplication",
    "codeRepository": "https://github.com/MITDDC/zork-1989-01",
    "dateCreated": "1989-01-08",
    "name": "Zork",
    "description": "January 1989 version of Zork, an interactive fiction game created at MIT by Tim Anderson, Marc Blank, Bruce Daniels, and Dave Lebling.",
    "applicationCategory": "Game",
    "developmentStatus": "unsupported",
    "isPartOf": "https://archivesspace.mit.edu/repositories/2/resources/1265",
    "keywords": [
        "Interactive Fiction",
        "Computer Science"
    ],
    "programmingLanguage": [
        "MDL"
    ],
    "operatingSystem": [
        "ITS"
    ],
    "author": [
        {
            "@type": "Person",
            "givenName": "Tim",
            "familyName": "Anderson"
        },
        {
            "@type": "Person",
            "givenName": "Marc",
            "familyName": "Blank"
        },
        {
            "@type": "Person",
            "givenName": "Bruce",
            "familyName": "Daniels"
        },
        {
            "@type": "Person",
            "givenName": "Dave",
            "familyName": "Lebling"
        }
    ]
}
back to top