You are viewing a single comment's thread. Return to all comments →
Game sounds like Cups from FRIENDS:
def towerBreakers(n, m):
if n % 2 == 0 or m == 1: return 2 else: return 1
Seems like cookies are disabled on this browser, please enable them to open this website
Tower Breakers
You are viewing a single comment's thread. Return to all comments →
Game sounds like Cups from FRIENDS:
def towerBreakers(n, m):