Skip to content

Commit

Permalink
Formic is more of a golf-type game, more commonly known as Ants.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeraz committed Sep 2, 2023
1 parent bafede4 commit 8c6310c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions html-src/rules/formic.html → html-src/rules/ants.html
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
6 changes: 3 additions & 3 deletions pysollib/games/auldlangsyne.py
Original file line number Diff line number Diff line change
Expand Up @@ -679,9 +679,9 @@ def startGame(self):
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",
Expand Down

0 comments on commit 8c6310c

Please sign in to comment.