You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/main/scala/abalone/Pos.scala
+39-20
Original file line number
Diff line number
Diff line change
@@ -74,9 +74,9 @@ Abalone official coordinates system and "standard start position" are drawn belo
74
74
75
75
*/
76
76
77
-
// Piotr is what is saved in Database and is used to in Uci
78
-
// In the lookup val, we target as "FileAsLetterRowAsNumber" squares already defined in Pos object
79
-
// The .index refer to the value that was given when the Pos was created, and is then associated to the char (which should match match src/main/scala/fairysf/Pos.scala for use in analysis and stratops)
77
+
// Piotr is what is saved in Database and is used in Uci
78
+
// In the lookup val, we target a "FileAsLetterRowAsNumber" square already defined in Pos object
79
+
// The .index refer to the value that was given when the Pos was created, and is then associated to the char (which should match src/main/scala/fairysf/Pos.scala for use in analysis and stratops)
80
80
objectPiotr {
81
81
vallookup:Map[Int, Char] =Map(
82
82
Pos.A1.index ->'a',
@@ -183,7 +183,7 @@ case class Pos private (index: Int) extends AnyVal {
0 commit comments