package
module
Version:
v0.0.0-...-f3e56c7
Opens a new window with list of versions in this module.
Published: Apr 1, 2020
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
cyoa
Web based "Choose Your Own Adventure" game
Usage
The web server is located on cmd/cyoaweb/main.go, and can be ran with:
$ go run cmd/cyoaweb/main.go
The exported types and functions can be found on cyoa.go
License
See LICENSE
Documentation
¶
type Chapter struct {
Title string `json:"title"`
Paragraphs []string `json:"paragraphs"`
Options []Option `json:"options"`
}
type Option struct {
Text string `json:"text"`
Chapter string `json:"chapter"`
}
Source Files
¶
Directories
¶
cmd
|
|
|
|
Click to show internal directories.
Click to hide internal directories.