Пример #1
0
@author: christianhamelain
"""
<<<<<<< HEAD

from incendie import fireball 
=======
from carte import Map
>>>>>>> a55a6129b979f8cddd034504f429b6e72b05f294


size = (200, 300)

robomoviesForest = Map(size)


robomoviesForest.popCircle((20, 9), 3, -2)

robomoviesForest.popCircle((175, 9), 3, -2)

robomoviesForest.popCircle((185, 9), 3, -2)

robomoviesForest.popCircle((10, 85), 3, -2)

robomoviesForest.popCircle((20, 85), 3, -2)

robomoviesForest.popCircle((135, 87), 4, -2)

robomoviesForest.popCircle((177, 110), 3, -2)

robomoviesForest.popCircle((140, 130), 3, -2)
Пример #2
0
"""
from carte import Map


size = (200, 300)

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)