1
0
Fork 0
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:
Joe R 2023-09-01 22:23:37 -04:00
parent bafede48f8
commit 8c6310c0b1
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
<h1>Formic</h1>
<h1>Ants</h1>
<p>
Numerica type. 1 deck. No redeal.
Golf type. 1 deck. No redeal.
<h3>Object</h3>
<p>

View file

@ -679,9 +679,9 @@ registerGame(GameInfo(569, Primrose, "Primrose",
GI.GT_NUMERICA | GI.GT_OPEN, 2, 8, GI.SL_BALANCED))
registerGame(GameInfo(636, StrategyPlus, "Strategy +",
GI.GT_NUMERICA, 1, 0, GI.SL_SKILL))
registerGame(GameInfo(688, Formic, "Formic",
GI.GT_NUMERICA, 1, 0, GI.SL_MOSTLY_SKILL,
altnames=("Ants",)))
registerGame(GameInfo(688, Formic, "Ants",
GI.GT_GOLF, 1, 0, GI.SL_MOSTLY_SKILL,
altnames=("Formic",)))
registerGame(GameInfo(702, DoubleLine, "Double Line",
GI.GT_NUMERICA, 2, 0, GI.SL_BALANCED))
registerGame(GameInfo(853, Grandfather, "Grandfather",