コード例 #1
0
ファイル: speed.py プロジェクト: njharman/hexmap
def arc(count):
    t = Hex()
    foo = t.arc(1, 4 , count)
    sys.stderr.write('\n\n%s hexes\n\n' % len(foo))
コード例 #2
0
ファイル: speed.py プロジェクト: njharman/hexmap
def fouronthefloor(count):
    t = Hex()
    foo = t.sixpack(count)
    sys.stderr.write('\n\n%s hexes\n\n' % len(foo))