Flipped ends
This commit is contained in:
parent
848923de06
commit
2d53ce58ab
4
board.py
4
board.py
|
@ -92,9 +92,9 @@ class Board:
|
|||
|
||||
return """
|
||||
-------------------------------------------------------------
|
||||
|{12}|{11}|{10}|{9}|{8}|{7}|bar 1: {26} |{6}|{5}|{4}|{3}|{2}|{1}|end 1: {0}|
|
||||
|{12}|{11}|{10}|{9}|{8}|{7}|bar 1: {26} |{6}|{5}|{4}|{3}|{2}|{1}|end -1: {0}|
|
||||
|--|--|--|--|--|--|--------|--|--|--|--|--|--|
|
||||
|{13}|{14}|{15}|{16}|{17}|{18}|bar -1: {27} |{19}|{20}|{21}|{22}|{23}|{24}|end -1: {25}|
|
||||
|{13}|{14}|{15}|{16}|{17}|{18}|bar -1: {27} |{19}|{20}|{21}|{22}|{23}|{24}|end 1: {25}|
|
||||
-------------------------------------------------------------
|
||||
""".format(*temp)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user