Advertisement
codinghorror

pico 8 vs-breakout

May 22nd, 2021
781
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.65 KB | None | 0 0
  1. pico-8 cartridge // http://www.pico-8.com
  2. version 32
  3. __lua__
  4. -- vs-breakout
  5. -- by @kometbomb
  6.  
  7. -- called once when cart
  8. -- is loaded
  9. function _init()
  10. memset(0,17,9215)
  11. pal({7,7},1)
  12. a={92,23,1,1}
  13. b={32,99,1,1}
  14. end
  15.  
  16. -- run logic for next frame
  17. function _update()
  18. end
  19.  
  20. -- draw current state to screen
  21. function _draw()
  22. cls()
  23. map()
  24. rect(0,0,127,127,2)
  25. for p=0,1 do
  26. a,b=b,a
  27. for n=1,4 do
  28. i=n%2+1
  29. f=n%2
  30. b[i]+=b[i+2]
  31. x,y=b[1],b[2]
  32. if(pget(x,y)!=1-p) then
  33. mset(x/8,y/8,1-p)
  34. b[i+2]=-b[i+2]
  35. b[i]=b[i]+b[i+2]
  36. end
  37. end
  38. circfill(b[1],b[2],2,p)
  39. end
  40. end
  41. __gfx__
  42. 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  43. 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  44. 00700700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  45. 00077000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  46. 00077000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  47. 00700700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  48. __label__
  49. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  50. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  51. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  52. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  53. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  54. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  55. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  56. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  57. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777770007777777777777777777777777
  58. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777700000777777777777777777777777
  59. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777700000777777777777777777777777
  60. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777700000777777777777777777777777
  61. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777770007777777777777777777777777
  62. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  63. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  64. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  65. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  66. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  67. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  68. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  69. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  70. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  71. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  72. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  73. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  74. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  75. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  76. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  77. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  78. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  79. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  80. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  81. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  82. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  83. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  84. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  85. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  86. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  87. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  88. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  89. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  90. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  91. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  92. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  93. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  94. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  95. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  96. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  97. 77777777777777777777777700000000777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  98. 77777777777777777777777700000000777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  99. 77777777777777777777777700000000777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  100. 77777777777777777777777700000000777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  101. 77777777777777777777777700000000777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  102. 77777777777777777777777700000000777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  103. 77777777777777777777777700000000777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  104. 77777777777777777777777700000000777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  105. 70000000777777777777777700000000000000007777777777777777777777777777777777777777777777777777777777777777777777777777777700000007
  106. 70000000777777777777777700000000000000007777777777777777777777777777777777777777777777777777777777777777777777777777777700000007
  107. 70000000777777777777777700000000000000007777777777777777777777777777777777777777777777777777777777777777777777777777777700000007
  108. 70000000777777777777777700000000000000007777777777777777777777777777777777777777777777777777777777777777777777777777777700000007
  109. 70000000777777777777777700000000000000007777777777777777777777777777777777777777777777777777777777777777777777777777777700000007
  110. 70000000777777777777777700000000000000007777777777777777777777777777777777777777777777777777777777777777777777777777777700000007
  111. 70000000777777777777777700000000000000007777777777777777777777777777777777777777777777777777777777777777777777777777777700000007
  112. 70000000777777777777777700000000000000007777777777777777777777777777777777777777777777777777777777777777777777777777777700000007
  113. 70000000000000000000000000000000000000007777777700000000000000000000000000000000000000000000000000000000000000000000000000000007
  114. 70000000000000000000000000000000000000007777777700000000000000000000000000000000000000000000000000000000000000000000000000000007
  115. 70000000000000000000000000000000000000007777777700000000000000000000000000000000000000000000000000000000000000000000000000000007
  116. 70000000000000000000000000000000000000007777777700000000000000000000000000000000000000000000000000000000000000000000000000000007
  117. 70000000000000000000000000000000000000007777777700000000000000000000000000000000000000000000000000000000000000000000000000000007
  118. 70000000000000000000000000000000000000007777777700000000000000000000000000000000000000000000000000000000000000000000000000000007
  119. 70000000000000000000000000000000000000007777777700000000000000000000000000000000000000000000000000000000000000000000000000000007
  120. 70000000000000000000000000000000000000007777777700000000000000000000000000000000000000000000000000000000000000000000000000000007
  121. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  122. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  123. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  124. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  125. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  126. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  127. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  128. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  129. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  130. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  131. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  132. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  133. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  134. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  135. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  136. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  137. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  138. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  139. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000077700000000000000000000000000000007
  140. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000777770000000000000000000000000000007
  141. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000777770000000000000000000000000000007
  142. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000777770000000000000000000000000000007
  143. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000077700000000000000000000000000000007
  144. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  145. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  146. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  147. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  148. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  149. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  150. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  151. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  152. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  153. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  154. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  155. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  156. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  157. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  158. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  159. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  160. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  161. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  162. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  163. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  164. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  165. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  166. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  167. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  168. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  169. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  170. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  171. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  172. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  173. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  174. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  175. 70000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007
  176. 77777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777777
  177.  
  178.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement