Skip to content

A text adventure engine written in Go served via web and telnet.

License

Notifications You must be signed in to change notification settings

deltaryz/futa-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

futa.world

A text adventure engine written in Go, created for an erotic text adventure at futa.world via web and telnet.

Usage

config.json contains the basic configuration for the server, game.json contains the game world in its entirety.

Use the command-line arguments -config=path/to/file and -game=path/to/file to manually specify files, otherwise it will simply look in the working directory for config.json and game.json.

The included game.json is identical to the one hosted at futa.world.

Operation

Unless disabled in config.json, the server will launch both a telnet server and an HTTP server which allow connection to the game.