We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c203605 commit c9c6ed8Copy full SHA for c9c6ed8
build.sbt
@@ -2,7 +2,7 @@ name := "strategygames"
2
3
organization := "org.playstrategy"
4
5
-version := "10.2.1-pstrat161"
+version := "10.2.1-pstrat163"
6
7
scalaVersion := "2.13.10"
8
src/main/scala/backgammon/variant/Hyper.scala
@@ -15,7 +15,7 @@ case object Hyper
15
16
def gameFamily: GameFamily = GameFamily.Backgammon()
17
18
- def perfIcon: Char = '' // TODO change when available
+ def perfIcon: Char = ''
19
def perfId: Int = 602
20
21
override def numStartingPiecesPerPlayer: Int = 3
0 commit comments