Пример #1
0


robomoviesForest.popCircle((175, 25), 5, -1)

robomoviesForest.popCircle((83, 91), 5, -1)

robomoviesForest.popCircle((165, 150), 5, -1)

robomoviesForest.popCircle((83, 209), 5, -1)

robomoviesForest.popCircle((175, 275), 5, -1)



robomoviesForest.popRectangle((78, 0), (80, 40), 0)

robomoviesForest.popRectangle((120, 0), (122, 40), 0)

robomoviesForest.popRectangle((80, 0), (120, 7), 0)

robomoviesForest.popRectangle((0, 26), (7, 34), 0)

robomoviesForest.popRectangle((0, 56), (7, 64), 0)

robomoviesForest.popRectangle((0, 236), (7, 244), 0)

robomoviesForest.popRectangle((0, 266), (7, 274), 0)

robomoviesForest.popRectangle((0, 96), (59, 204), 0)
Пример #2
0
from carte import Map


size = (41, 61)

robomoviesForest = Map(size)




robomoviesForest.enclose(0)


# départ 1

robomoviesForest.popRectangle((16,0),(16,8),0)

robomoviesForest.popRectangle((24,0),(24,8),0)

robomoviesForest.popRectangle((16,0),(24,1),0)

# popcorn

robomoviesForest.popRectangle((0,5),(2,7),0)

robomoviesForest.popRectangle((0,11),(2,13),0)

robomoviesForest.popRectangle((0,47),(2,49),0)

robomoviesForest.popRectangle((0,53),(2,55),0)
Пример #3
0
#
#robomoviesForest.enlargeYourPenis(3, -1)

size = (201, 301)

robomoviesForest = Map(size)




robomoviesForest.enclose(0)


# départ 1

robomoviesForest.popRectangle((80,0),(80,40),0)

robomoviesForest.popRectangle((120,0),(120,40),0)

robomoviesForest.popRectangle((80,0),(120,5),0)

# popcorn

robomoviesForest.popRectangle((0,25),(10,35),0)

robomoviesForest.popRectangle((0,55),(10,65),0)

robomoviesForest.popRectangle((0,235),(10,245),0)

robomoviesForest.popRectangle((0,265),(10,275),0)
Пример #4
0
from carte import Map


size = (41, 61)

robomoviesForest = Map(size)




robomoviesForest.enclose(0)


# départ 1

robomoviesForest.popRectangle((16,0),(16,8),0)

robomoviesForest.popRectangle((24,0),(24,8),0)

robomoviesForest.popRectangle((16,0),(24,1),0)

# popcorn

robomoviesForest.popRectangle((0,5),(2,7),0)

robomoviesForest.popRectangle((0,11),(2,13),0)

robomoviesForest.popRectangle((0,47),(2,49),0)

robomoviesForest.popRectangle((0,53),(2,55),0)
Пример #5
0
beachbotsForest = Map(size)




beachbotsForest.enclose(0)

# coins circulaires

beachbotsForest.popCircle((200,0),25,0)

beachbotsForest.popCircle((200,300),25,0)

# batons au sol

beachbotsForest.popRectangle((0,80),(20,83),0)

beachbotsForest.popRectangle((0,217),(20,220),0)

# plage

beachbotsForest.popRectangle((75,90),(78,210),0)

beachbotsForest.popRectangle((78,148),(135,153),0)



beachbotsForest.enlargeYourPenis(20, -1)


#beachbotsForest.displayForest()