mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Formic is more of a golf-type game, more commonly known as Ants.
This commit is contained in:
parent
bafede48f8
commit
8c6310c0b1
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
<h1>Formic</h1>
|
<h1>Ants</h1>
|
||||||
<p>
|
<p>
|
||||||
Numerica type. 1 deck. No redeal.
|
Golf type. 1 deck. No redeal.
|
||||||
|
|
||||||
<h3>Object</h3>
|
<h3>Object</h3>
|
||||||
<p>
|
<p>
|
|
@ -679,9 +679,9 @@ registerGame(GameInfo(569, Primrose, "Primrose",
|
||||||
GI.GT_NUMERICA | GI.GT_OPEN, 2, 8, GI.SL_BALANCED))
|
GI.GT_NUMERICA | GI.GT_OPEN, 2, 8, GI.SL_BALANCED))
|
||||||
registerGame(GameInfo(636, StrategyPlus, "Strategy +",
|
registerGame(GameInfo(636, StrategyPlus, "Strategy +",
|
||||||
GI.GT_NUMERICA, 1, 0, GI.SL_SKILL))
|
GI.GT_NUMERICA, 1, 0, GI.SL_SKILL))
|
||||||
registerGame(GameInfo(688, Formic, "Formic",
|
registerGame(GameInfo(688, Formic, "Ants",
|
||||||
GI.GT_NUMERICA, 1, 0, GI.SL_MOSTLY_SKILL,
|
GI.GT_GOLF, 1, 0, GI.SL_MOSTLY_SKILL,
|
||||||
altnames=("Ants",)))
|
altnames=("Formic",)))
|
||||||
registerGame(GameInfo(702, DoubleLine, "Double Line",
|
registerGame(GameInfo(702, DoubleLine, "Double Line",
|
||||||
GI.GT_NUMERICA, 2, 0, GI.SL_BALANCED))
|
GI.GT_NUMERICA, 2, 0, GI.SL_BALANCED))
|
||||||
registerGame(GameInfo(853, Grandfather, "Grandfather",
|
registerGame(GameInfo(853, Grandfather, "Grandfather",
|
||||||
|
|
Loading…
Add table
Reference in a new issue