Skip to content

sugarlabs/Frotz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

Frotz activity is a wrapper for the classic interactive fiction interpreter Frotz.

Frotz activity is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.

Frotz interprets Z-code story-files, which are usually text adventure games (although a few arcade-style Z-code games have been written).

Examples of such story files include the adventure games published by Infocom, as well as any games produced by compilers to this format, such as Inform.

Frotz is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 or any later version. You can obtain the source from: https://davidgriffith.gitlab.io/frotz/

Frotz activity is not part of the Sugar desktop, but can be added. Please refer to;

Frotz activity depends on Python, Sugar Toolkit, GTK+ 3, Pango, Vte and Frotz.

Included Game

Frotz activity includes one game, the classic Adventure.

Downloading Games

Download files with a .z# extension, then open them from the Journal. Frotz activity will start.

Some games for younger kids:

Some games with more mature themes:

How to install dependencies?

Frotz activity will try to install Frotz if it is not yet installed. Or you can install by hand;

  • Update the package index,
    • On Ubuntu/Debian systems, run sudo apt update
    • On Fedora systems, run sudo dnf update
  • Install frotz,
    • On Ubuntu/Debian systems, run sudo apt install frotz
    • On Fedora systems, run sudo dnf install frotz

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages