Advertisement
asweigart

Magic Hexagon's Board Template

Aug 29th, 2019
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.03 KB | None | 0 0
  1. boardTemplate = r"""Sum to 38:  {29}    {30}    {31}
  2.         _  /  _  /  _  /
  3.        / \/  / \/  / \/    {32}
  4.       /   \ /   \ /   \   /        +-Space Map-+
  5.      | {0}  | {1}  | {2}  |--/-----{19}  |   A B C   |
  6.     / \  / \  / \  / \/    {33}    |  D E F G  |
  7.    /   \ /   \ /   \ /   \   /     | H I J K L |
  8.   | {3}  | {4}  | {5}  | {6}  |--/--{20}  |  M N O P  |
  9.  / \  / \  / \  / \  / \/       |   Q R S   |
  10. /   \ /   \ /   \ /   \ /   \      +-----------+
  11. | {7}  | {8}  | {9}  | {10}  | {11}  |--{21}
  12. \  / \  / \  / \  / \  /       +-----Z-----+
  13.  \ /   \ /   \ /   \ /   \ /\      |{34} {35} {36} {37}|
  14.   | {12}  | {13}  | {14}  | {15}  |--\--{22}  |{38} {39} {40} {41}|
  15.    \  / \  / \  / \  /    \    |{42} {43} {44} {45}|
  16.     \ /   \ /   \ /   \ /\   {24}    |{46} {47} {48} {49}|
  17.      | {16}  | {17}  | {18}  |--\-----{23}  |{50} {51} {52}   |
  18.       \  / \  / \  /    \       +-----------+
  19.        \_/\ \_/\ \_/\   {25}
  20.            \    \    \
  21.            {28}    {27}    {26}"""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement