LIFE descriptions
This commit is contained in:
parent
83e4f885da
commit
d20c704d88
@ -786,30 +786,30 @@ typedef struct gol_menu gol_menu;
|
|||||||
|
|
||||||
static gol_menu gmenu[NGOL] =
|
static gol_menu gmenu[NGOL] =
|
||||||
{
|
{
|
||||||
{"GOL", PIXPACK(0x0CAC00), 0, "GOL"},
|
{"GOL", PIXPACK(0x0CAC00), 0, "Game Of Life B3/S23"},
|
||||||
{"HLIF", PIXPACK(0xFF0000), 1, "GOL"},
|
{"HLIF", PIXPACK(0xFF0000), 1, "High Life B36/S23"},
|
||||||
{"ASIM", PIXPACK(0x0000FF), 2, "GOL"},
|
{"ASIM", PIXPACK(0x0000FF), 2, "Assimilation B345/S4567"},
|
||||||
{"2x2", PIXPACK(0xFFFF00), 3, "GOL"},
|
{"2x2", PIXPACK(0xFFFF00), 3, "2x2 B36/S125"},
|
||||||
{"DANI", PIXPACK(0x00FFFF), 4, "GOL"},
|
{"DANI", PIXPACK(0x00FFFF), 4, "Day and Night B3678/S34678"},
|
||||||
{"AMOE", PIXPACK(0xFF00FF), 5, "GOL"},
|
{"AMOE", PIXPACK(0xFF00FF), 5, "Amoeba B357/S1358"},
|
||||||
{"MOVE", PIXPACK(0xFFFFFF), 6, "GOL"},
|
{"MOVE", PIXPACK(0xFFFFFF), 6, "'Move' particles. Does not move things.. it is a life type B368/S245"},
|
||||||
{"PGOL", PIXPACK(0xE05010), 7, "GOL"},
|
{"PGOL", PIXPACK(0xE05010), 7, "Pseudo Life B357/S238"},
|
||||||
{"DMOE", PIXPACK(0x500000), 8, "GOL"},
|
{"DMOE", PIXPACK(0x500000), 8, "Diamoeba B35678/S5678"},
|
||||||
{"34", PIXPACK(0x500050), 9, "GOL"},
|
{"34", PIXPACK(0x500050), 9, "34 B34/S34"},
|
||||||
{"LLIF", PIXPACK(0x505050), 10, "GOL"},
|
{"LLIF", PIXPACK(0x505050), 10, "Long Life B345/S5"},
|
||||||
{"STAN", PIXPACK(0x5000FF), 11, "GOL"},
|
{"STAN", PIXPACK(0x5000FF), 11, "Stains B3678/S235678"},
|
||||||
{"SEED", PIXPACK(0xFBEC7D), 12, "GOL"},
|
{"SEED", PIXPACK(0xFBEC7D), 12, "B2/S"},
|
||||||
{"MAZE", PIXPACK(0xA8E4A0), 13, "GOL"},
|
{"MAZE", PIXPACK(0xA8E4A0), 13, "B3/S12345"},
|
||||||
{"COAG", PIXPACK(0x9ACD32), 14, "GOL"},
|
{"COAG", PIXPACK(0x9ACD32), 14, "B378/S235678"},
|
||||||
{"WALL", PIXPACK(0x0047AB), 15, "GOL"},
|
{"WALL", PIXPACK(0x0047AB), 15, "B45678/S2345"},
|
||||||
{"GNAR", PIXPACK(0xE5B73B), 16, "GOL"},
|
{"GNAR", PIXPACK(0xE5B73B), 16, "B1/S1"},
|
||||||
{"REPL", PIXPACK(0x259588), 17, "GOL"},
|
{"REPL", PIXPACK(0x259588), 17, "B1357/S1357"},
|
||||||
{"MYST", PIXPACK(0x0C3C00), 18, "GOL"},
|
{"MYST", PIXPACK(0x0C3C00), 18, "B3458/S05678"},
|
||||||
{"LOTE", PIXPACK(0xFF0000), 19, "GOL"},
|
{"LOTE", PIXPACK(0xFF0000), 19, "Behaves kinda like Living on the Edge S3458/B37/4"},
|
||||||
{"FRG2", PIXPACK(0x00FF00), 20, "GOL"},
|
{"FRG2", PIXPACK(0x00FF00), 20, "Like Frogs rule S124/B3/3"},
|
||||||
{"STAR", PIXPACK(0x0000FF), 21, "GOL"},
|
{"STAR", PIXPACK(0x0000FF), 21, "Like Star Wars rule S3456/B278/6"},
|
||||||
{"FROG", PIXPACK(0x00AA00), 22, "GOL"},
|
{"FROG", PIXPACK(0x00AA00), 22, "Frogs S12/B34/3"},
|
||||||
{"BRAN", PIXPACK(0xCCCC00), 23, "GOL"}
|
{"BRAN", PIXPACK(0xCCCC00), 23, "Brian 6 S6/B246/3"}
|
||||||
};
|
};
|
||||||
|
|
||||||
static int grule[NGOL+1][10] =
|
static int grule[NGOL+1][10] =
|
||||||
|
Loading…
Reference in New Issue
Block a user