Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Games = []GameInfo{
{
ID: "doom1",
Name: "Doom Shareware",
Description: "The original shareware release",
WADFile: "doom1.wad",
},
{
ID: "doom",
Name: "Doom Registered",
Description: "The full registered version",
WADFile: "doom.wad",
},
{
ID: "doomu",
Name: "Ultimate Doom",
Description: "Doom with a fourth episode",
WADFile: "doomu.wad",
},
{
ID: "doom2",
Name: "Doom II: Hell on Earth",
Description: "The sequel with 32 levels",
WADFile: "doom2.wad",
},
{
ID: "plutonia",
Name: "Final Doom: The Plutonia Experiment",
Description: "Challenging megawad by the Casali brothers",
WADFile: "plutonia.wad",
},
{
ID: "tnt",
Name: "Final Doom: TNT Evilution",
Description: "32-level megawad by TeamTNT",
WADFile: "tnt.wad",
},
}
Games contains all available games
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.