# # b o a r d s . p y # # Each board is a list of strings - The easier to index by # board0 = ['','','','', ' __*___|_ ', ' | | ', ' | | ', ' _|__*________|______*___ ', ' | | ', ' ___*____|___________|_ ', ' | | ', ' | | ', ' | | ', ' ____*_________________|___________|______*____ '] boards = [board0]