frotz | Infocom-style interactive fiction player for Unix and DOS | Interpreter library

 by   DavidGriffith C Version: Current License: GPL-2.0

kandi X-RAY | frotz Summary

kandi X-RAY | frotz Summary

frotz is a C library typically used in Utilities, Interpreter applications. frotz has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitLab, GitHub.

This project has moved to FROTZ V2.45pre - An interpreter for all Infocom and other Z-machine games. Complies with standard 1.0 of Graham Nelson's specification. Originally written by Stefan Jokisch in 1995-1997. Ported to Unix by Galen Hazelwood. Reference code and Unix port currently maintained by David Griffith. For information on what Interactive Fiction is and how to play it, see the file "HOW_TO_PLAY". For installation information, see the file "INSTALL". For update history, see the file "Changelog". For information on known bugs in Frotz, see the file "BUGS". The latest information on and source code of Unix Frotz is available at The old repository at Github is now deprecated. It will serve as a mirror for the time being, but will eventually be deleted. The latest release of Unix Frotz is available from the Interactive Fiction Archive at: frotz- .tar.gz and ftp://ftp.ifarchive.org/if-archive/infocom/interpreters/frotz/ frotz- .tar.gz. The Interactive Fiction Archive has several mirrors which may be better choices depending on where you live. Here is a partial list. in the USA: in Ireland: in Austria:
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              frotz has a low active ecosystem.
              It has 189 star(s) with 63 fork(s). There are 22 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              frotz has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of frotz is current.

            kandi-Quality Quality

              frotz has no bugs reported.

            kandi-Security Security

              frotz has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              frotz is licensed under the GPL-2.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              frotz releases are not available. You will need to build from source code and install.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of frotz
            Get all kandi verified functions for this library.

            frotz Key Features

            No Key Features are available at this moment for frotz.

            frotz Examples and Code Snippets

            No Code Snippets are available at this moment for frotz.

            Community Discussions

            QUESTION

            why the pattern ‘doc/frotz/’ matches ‘doc/frotz directory’, but not ‘a/doc/frotz‘ directory?
            Asked 2019-Oct-17 at 12:39

            a pattern ‘doc/frotz/’ matches ‘doc/frotz’ directory, but not ‘a/doc/frotz’ directory; however ‘frotz/’ matches ‘frotz’ and ‘a/frotz’ that is a directory.

            Theset two patterns look quite the same, but why the latter matches both while the former one only matches one case?

            ...

            ANSWER

            Answered 2019-Oct-17 at 12:39

            The documentation of .gitignore says:

            If there is a separator at the beginning or middle (or both) of the pattern, then the pattern is relative to the directory level of the particular .gitignore file itself. Otherwise the pattern may also match at any level below the .gitignore level.

            Whenever you have a slash somewhere (but disregarding one at the end), then the pattern matches only starting at the directory where the .gitignore is located, but not in lower directories.

            In your case, the directory a/doc/frotz does not start with the pattern doc/frotz, so it does not match. Your second pattern, frotz is not anchored in this way, and so does match.

            Source https://stackoverflow.com/questions/58432741

            QUESTION

            zsh: Print variable with surrounding text if defined?
            Asked 2019-Jun-03 at 04:42

            I want to print a variable with some text before and after it, but to print nothing if it is not defined. For example, consider a function frotz that formats a two-part message: the second part should appear in parentheses, but the parentheses should not be there if the second part is empty:

            ...

            ANSWER

            Answered 2019-May-29 at 20:54

            Not quite what you asked for, but using the POSIX :+ operator can eliminate one reference to $2.

            Source https://stackoverflow.com/questions/56368031

            QUESTION

            What are all these weird escape characters and how can I parse / ignore them?
            Asked 2018-Jun-08 at 23:07

            I'm trying to get the classic Zork running with a little Python script, and I've made some good progress with Frotz. Here's my code:

            ...

            ANSWER

            Answered 2018-Jun-08 at 23:07

            Those are command sequences intended to be interpreted by the terminal driver. Since you aren't using a terminal driver, you need to tell frotz to not expect one.

            Source https://stackoverflow.com/questions/50769372

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install frotz

            You can download it from GitLab, GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/DavidGriffith/frotz.git

          • CLI

            gh repo clone DavidGriffith/frotz

          • sshUrl

            git@github.com:DavidGriffith/frotz.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Interpreter Libraries

            v8

            by v8

            micropython

            by micropython

            RustPython

            by RustPython

            otto

            by robertkrimen

            sh

            by mvdan

            Try Top Libraries by DavidGriffith

            minipro

            by DavidGriffithC

            tint

            by DavidGriffithC

            inform6lib

            by DavidGriffithC++

            klh10

            by DavidGriffithC

            inform6unix

            by DavidGriffithC++