Advertisement
CosmicBrownie

The Lost Project, Reborn

Nov 24th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.38 KB | None | 0 0
  1. import turtle
  2.  
  3. turtle.bgcolor("black")
  4.  
  5. Hera = turtle.Turtle()
  6. Kanan = turtle.Turtle()
  7. Ezra = turtle.Turtle()
  8. Sabine = turtle.Turtle()
  9. Zeb = turtle.Turtle()
  10. Kallus = turtle.Turtle()
  11. Rex = turtle.Turtle()
  12. Ahsoka = turtle.Turtle()
  13. Thrawn = turtle.Turtle()
  14. Pryce = turtle.Turtle()
  15. Chopper = turtle.Turtle()
  16. Ap5 = turtle.Turtle()
  17. Bendu = turtle.Turtle()
  18. Wedge = turtle.Turtle()
  19. Tua = turtle.Turtle()
  20. Ruhk = turtle.Turtle()
  21. MonMothma = turtle.Turtle()
  22. Konstantine = turtle.Turtle()
  23. Lyste = turtle.Turtle()
  24. Sato = turtle.Turtle()
  25.  
  26. Hera.hideturtle()
  27. Kanan.hideturtle()
  28. Ezra.hideturtle()
  29. Sabine.hideturtle()
  30. Zeb.hideturtle()
  31. Kallus.hideturtle()
  32. Thrawn.hideturtle()
  33. Pryce.hideturtle()
  34. Chopper.hideturtle()
  35. Ap5.hideturtle()
  36. Bendu.hideturtle()
  37. Wedge.hideturtle()
  38. Tua.hideturtle()
  39. Ruhk.hideturtle()
  40. MonMothma.hideturtle()
  41. Konstantine.hideturtle()
  42. Lyste.hideturtle()
  43. Sato.hideturtle()
  44.  
  45. Hera.color("#FFD9CE")
  46. Kanan.color("#FFD9CE")
  47. Ezra.color("#463C39")
  48. Sabine.color("#463C39")
  49. Zeb.color("#FFFFFF")
  50. Kallus.color("#FFFFFF")
  51. Rex.color("#8EF9F3")
  52. Ahsoka.color("#8EF9F3")
  53. Thrawn.color("#8EF9F3")
  54. Pryce.color("#8EF9F3")
  55. Chopper.color("#593C8F")
  56. Ap5.color("#593C8F")
  57. Bendu.color("#DB5461")
  58. Wedge.color("#DB5461")
  59. Tua.color("#DB5461")
  60. Ruhk.color("#FFFFFF")
  61. MonMothma.color("#171738")
  62. Konstantine.color("#171738")
  63. Lyste.color("#593C8F")
  64. Sato.color("#593C8F")
  65.  
  66. Hera.begin_fill()
  67. Hera.circle(80)
  68. Hera.end_fill()
  69.  
  70. Hera.begin_fill()
  71. Hera.right(90)
  72. Hera.forward(80)
  73. Hera.right(90)
  74. Hera.forward(25)
  75. Hera.right(70)
  76. Hera.forward(125)
  77. Hera.end_fill()
  78.  
  79. Hera.begin_fill()
  80. Hera.left(33)
  81. Hera.forward(50)
  82. Hera.left(160)
  83. Hera.forward(120)
  84. Hera.end_fill()
  85.  
  86. Kanan.begin_fill()
  87. Kanan.right(90)
  88. Kanan.forward(80)
  89. Kanan.left(90)
  90. Kanan.forward(25)
  91. Kanan.left(70)
  92. Kanan.forward(125)
  93. Kanan.end_fill()
  94.  
  95. Kanan.begin_fill()
  96. Kanan.right(33)
  97. Kanan.forward(50)
  98. Kanan.right(160)
  99. Kanan.forward(120)
  100. Kanan.end_fill()
  101.  
  102. Ezra.penup()
  103. Ezra.left(90)
  104. Ezra.forward(50)
  105. Ezra.pendown()
  106.  
  107. Ezra.left(155)
  108. Ezra.forward(60)
  109. Ezra.left(70)
  110. Ezra.forward(30)
  111.  
  112. Sabine.penup()
  113. Sabine.left(90)
  114. Sabine.forward(50)
  115. Sabine.pendown()
  116.  
  117. Sabine.right(155)
  118. Sabine.forward(60)
  119. Sabine.right(70)
  120. Sabine.forward(30)
  121.  
  122. Zeb.penup()
  123. Zeb.left(90)
  124. Zeb.forward(30)
  125. Zeb.left(90)
  126. Zeb.forward(20)
  127. Zeb.right(105)
  128. Zeb.pendown()
  129.  
  130. Zeb.begin_fill()
  131. Zeb.circle(17, 180)
  132. Zeb.end_fill()
  133.  
  134. Kallus.penup()
  135. Kallus.left(90)
  136. Kallus.forward(30)
  137. Kallus.right(90)
  138. Kallus.forward(20)
  139. Kallus.left(105)
  140. Kallus.pendown()
  141.  
  142. Kallus.begin_fill()
  143. Kallus.circle(-17, 180)
  144. Kallus.end_fill()
  145.  
  146. Ahsoka.penup()
  147. Ahsoka.left(90)
  148. Ahsoka.forward(30)
  149. Ahsoka.left(90)
  150. Ahsoka.forward(20)
  151. Ahsoka.right(105)
  152. Ahsoka.pendown()
  153.  
  154. Ahsoka.circle(17, 180)
  155.  
  156. Rex.penup()
  157. Rex.left(90)
  158. Rex.forward(30)
  159. Rex.right(90)
  160. Rex.forward(20)
  161. Rex.left(105)
  162. Rex.pendown()
  163.  
  164. Rex.circle(-17, 180)
  165.  
  166. Thrawn.penup()
  167. Thrawn.left(90)
  168. Thrawn.forward(30)
  169. Thrawn.left(90)
  170. Thrawn.forward(20)
  171. Thrawn.right(105)
  172. Thrawn.circle(17, 180)
  173. Thrawn.pendown()
  174.  
  175. Thrawn.penup()
  176. Thrawn.left(91)
  177. Thrawn.forward(10)
  178. Thrawn.pendown()
  179.  
  180. Thrawn.right(120)
  181. Thrawn.forward(10)
  182.  
  183. Thrawn.penup()
  184. Thrawn.left(180)
  185. Thrawn.forward(10)
  186. Thrawn.right(60)
  187. Thrawn.forward(10)
  188. Thrawn.pendown()
  189.  
  190. Thrawn.right(120)
  191. Thrawn.forward(10)
  192.  
  193. Pryce.penup()
  194. Pryce.left(90)
  195. Pryce.forward(30)
  196. Pryce.right(90)
  197. Pryce.forward(20)
  198. Pryce.left(105)
  199. Pryce.circle(-17, 180)
  200. Pryce.pendown()
  201.  
  202. Pryce.penup()
  203. Pryce.right(91)
  204. Pryce.forward(10)
  205. Pryce.pendown()
  206.  
  207. Pryce.left(120)
  208. Pryce.forward(10)
  209.  
  210. Pryce.penup()
  211. Pryce.right(180)
  212. Pryce.forward(10)
  213. Pryce.left(60)
  214. Pryce.forward(10)
  215. Pryce.pendown()
  216.  
  217. Pryce.left(120)
  218. Pryce.forward(10)
  219.  
  220. Chopper.penup()
  221. Chopper.left(90)
  222. Chopper.forward(30)
  223. Chopper.left(90)
  224. Chopper.forward(20)
  225. Chopper.right(105)
  226. Chopper.circle(17, 180)
  227. Chopper.pendown()
  228.  
  229. Chopper.penup()
  230. Chopper.left(91)
  231. Chopper.forward(20)
  232. Chopper.pendown()
  233.  
  234. Chopper.left(85)
  235. Chopper.width(2)
  236. Chopper.forward(15)
  237.  
  238. Ap5.penup()
  239. Ap5.left(90)
  240. Ap5.forward(30)
  241. Ap5.right(90)
  242. Ap5.forward(20)
  243. Ap5.left(105)
  244. Ap5.circle(-17, 180)
  245. Ap5.pendown()
  246.  
  247. Ap5.penup()
  248. Ap5.right(91)
  249. Ap5.forward(20)
  250. Ap5.pendown()
  251.  
  252. Ap5.right(85)
  253. Ap5.width(2)
  254. Ap5.forward(15)
  255.  
  256. Bendu.penup()
  257. Bendu.right(90)
  258. Bendu.forward(55)
  259. Bendu.pendown()
  260.  
  261. Bendu.right(90)
  262. Bendu.forward(20)
  263. Bendu.right(45)
  264. Bendu.forward(5)
  265.  
  266. Wedge.penup()
  267. Wedge.right(90)
  268. Wedge.forward(55)
  269. Wedge.pendown()
  270.  
  271. Wedge.left(90)
  272. Wedge.forward(20)
  273. Wedge.left(45)
  274. Wedge.forward(5)
  275.  
  276. Tua.penup()
  277. Tua.right(90)
  278. Tua.forward(55)
  279. Tua.right(90)
  280. Tua.forward(20)
  281. Tua.pendown()
  282.  
  283. Tua.begin_fill()
  284. Tua.right(90)
  285. Tua.circle(-20, 180)
  286. Tua.end_fill()
  287.  
  288. Ruhk.penup()
  289. Ruhk.right(90)
  290. Ruhk.forward(55)
  291. Ruhk.right(90)
  292. Ruhk.forward(10)
  293. Ruhk.pendown()
  294.  
  295. Ruhk.right(90)
  296. Ruhk.begin_fill()
  297. Ruhk.circle(-10, 180)
  298. Ruhk.end_fill()
  299.  
  300. MonMothma.penup()
  301. MonMothma.left(90)
  302. MonMothma.forward(55)
  303. MonMothma.left(90)
  304. MonMothma.forward(20)
  305. MonMothma.pendown()
  306.  
  307. MonMothma.begin_fill()
  308. MonMothma.right(90)
  309. MonMothma.forward(10)
  310. MonMothma.left(85)
  311. MonMothma.forward(30)
  312. MonMothma.left(160)
  313. MonMothma.forward(30)
  314. MonMothma.end_fill()
  315.  
  316. Konstantine.penup()
  317. Konstantine.left(90)
  318. Konstantine.forward(55)
  319. Konstantine.right(90)
  320. Konstantine.forward(20)
  321. Konstantine.pendown()
  322.  
  323. Konstantine.begin_fill()
  324. Konstantine.left(90)
  325. Konstantine.forward(10)
  326. Konstantine.right(85)
  327. Konstantine.forward(30)
  328. Konstantine.right(160)
  329. Konstantine.forward(30)
  330. Konstantine.end_fill()
  331.  
  332. Lyste.penup()
  333. Lyste.left(90)
  334. Lyste.forward(81)
  335. Lyste.pendown()
  336.  
  337. Lyste.right(90)
  338. Lyste.forward(80)
  339. Lyste.left(90)
  340.  
  341. Lyste.begin_fill()
  342. Lyste.circle(80, 180)
  343. Lyste.end_fill()
  344.  
  345. Sato.penup()
  346. Sato.left(90)
  347. Sato.forward(81)
  348. Sato.pendown()
  349.  
  350. Sato.begin_fill()
  351. Sato.right(90)
  352. Sato.forward(80)
  353. Sato.right(165)
  354. Sato.forward(97)
  355. Sato.right(160)
  356. Sato.forward(15)
  357. Sato.left(165)
  358. Sato.forward(67)
  359. Sato.right(165)
  360. Sato.forward(30)
  361. Sato.left(165)
  362. Sato.forward(67)
  363. Sato.right(45)
  364. Sato.forward(15)
  365. Sato.right(137)
  366. Sato.forward(15)
  367. Sato.left(45)
  368. Sato.forward(15)
  369. Sato.left(145)
  370. Sato.forward(15)
  371. Sato.right(137)
  372. Sato.forward(20)
  373. Sato.left(95)
  374. Sato.forward(20)
  375. Sato.right(95)
  376. Sato.forward(20)
  377. Sato.left(45)
  378. Sato.forward(20)
  379. Sato.right(145)
  380. Sato.forward(20)
  381. Sato.left(45)
  382. Sato.forward(158)
  383. Sato.end_fill()
  384.  
  385. Sato.begin_fill()
  386. Sato.left(95)
  387. Sato.forward(25)
  388. Sato.right(165)
  389. Sato.forward(25)
  390. Sato.left(10)
  391. Sato.forward(25)
  392. Sato.right(165)
  393. Sato.forward(25)
  394. Sato.end_fill()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement