DiscoTex/frotz-llm
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
frotz-llm is a fork of frotz. See full readme info below.
frotz-llm adds a configurable llm interface. The LLM is accessible from within the frotz interface while playing a game. Type '/' followed by a command to use it. Available commands are:
/[text] Same as /next. Interpret freeform user input into available
game parser command. Does only one move.
/ask <text> Ask the LLM with game context
/hint Ask for a spoiler-light hint
/next [goal] Interpret user input into available game parser command.
Does only one move.
/play N Automatically play the next N moves
/stop Stop autopilot
/status Show autopilot and LLM status
/set Show current LLM settings
/help Show this list
----------------------------------------------------------
This project has moved to https://gitlab.com/DavidGriffith/frotz
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.
- Compiles and runs on most common flavors of Unix, both open source and not.
- Plays all Z-code games including V6.
- Sound support through libao.
- Config files.
- Configurable error checking.
- Distributed under the GNU Public License.
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
https://gitlab.com/DavidGriffith/frotz
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:
http://www.ifarchive.org/if-archive/infocom/interpreters/frotz/
frotz-<version>.tar.gz
and
ftp://ftp.ifarchive.org/if-archive/infocom/interpreters/frotz/
frotz-<version>.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: http://mirror.ifarchive.org/
http://ifarchive.jmac.org/
http://ifmirror.russotto.net/
http://ifarchive.flavorplex.com/
http://ifarchive.smallwhitehouse.org/
http://ifarchive.wurb.com/
http://ifarchive.plover.net/
http://www.ifarchive.info/
http://ifarchive.ifreviews.org/
http://mirrors.ibiblio.org/interactive-fiction/
in Ireland: http://ifarchive.heanet.ie/
in Austria: http://ifarchive.giga.or.at/
FTP based mirrors are also available:
in the USA: ftp://ifarchive.ifreviews.org/if-archive/
in Austria: ftp://ftp.giga.or.at/pub/ifarchive/
in Finland: ftp://ftp.funet.fi/pub/mirrors/ftp.ifarchive.org/if-archive/
And via Gopher:
in the USA: gopher://gopher.661.org/1/if-archive/
Releases
No releases published
Languages
- C 96.1%
- C++ 1.6%
- Makefile 1.1%
- Pawn 0.7%
- Shell 0.2%
- Perl 0.2%
- Other 0.1%