Advertisement
Guest User

v-Board formatting

a guest
Apr 29th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.23 KB | None | 0 0
  1. #Formatting got really messed up in some instances when cloned to pastebin. Oh well!
  2.  
  3.  
  4.  
  5.  
  6.  
  7. a = '''
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20. __________________________________________________________________________________________________
  21. | | #Resizing the cmd window to fit
  22. | | #the smaller window.
  23. | |
  24. | |
  25. | |
  26. | |
  27. | |
  28. | |
  29. | |
  30. | |
  31. | |
  32. | |
  33. | |
  34. | |
  35. | Please resize your screen to fit this |
  36. | monitor panel. |
  37. | Type "Y" when you are finished resizing, and |
  38. | press enter. |
  39. | |
  40. | |
  41. | |
  42. | |
  43. | |
  44. | |
  45. | |
  46. | |
  47. | |
  48. | |
  49. | |
  50. --------------------------------------------------------------------------------------------------
  51. '''
  52.  
  53. b = '''
  54. __________________________________________________________________________________________________
  55. | |
  56. | |
  57. | |
  58. | |
  59. | |
  60. | |
  61. | |
  62. | |
  63. | |
  64. | |
  65. | |
  66. | |
  67. | |
  68. | |
  69. | Thank you. The game will initialize shortly. |
  70. | |
  71. | |
  72. | |
  73. | |
  74. | |
  75. | |
  76. | |
  77. | |
  78. | |
  79. | |
  80. | |
  81. | |
  82. | |
  83. | |
  84. --------------------------------------------------------------------------------------------------
  85. '''
  86.  
  87. c = '''
  88. __________________________________________________________________________________________________
  89. | | #Variables c and d are loading
  90. | | #simulations.
  91. | |
  92. | |
  93. | |
  94. | |
  95. | |
  96. | |
  97. | |
  98. | |
  99. | |
  100. | |
  101. | |
  102. | |
  103. | Loading.. |
  104. | |
  105. | |
  106. | |
  107. | |
  108. | |
  109. | |
  110. | |
  111. | |
  112. | |
  113. | |
  114. | |
  115. | |
  116. | |
  117. | |
  118. --------------------------------------------------------------------------------------------------
  119. '''
  120.  
  121.  
  122. d = '''
  123. __________________________________________________________________________________________________
  124. | |
  125. | |
  126. | |
  127. | |
  128. | |
  129. | |
  130. | |
  131. | |
  132. | |
  133. | |
  134. | |
  135. | |
  136. | |
  137. | |
  138. | Loading... |
  139. | |
  140. | |
  141. | |
  142. | |
  143. | |
  144. | |
  145. | |
  146. | |
  147. | |
  148. | |
  149. | |
  150. | |
  151. | |
  152. | |
  153. --------------------------------------------------------------------------------------------------
  154. '''
  155.  
  156. e = '''
  157. __________________________________________________________________________________________________
  158. | | #Indicating the pygame window,
  159. | | #which must be used for player
  160. | | #movement.
  161. | |
  162. | |
  163. | |
  164. | |
  165. | |
  166. | |
  167. | |
  168. | |
  169. | |
  170. | Initialized! |
  171. | |
  172. | |
  173. | A NEW WINDOW WILL INITIALIZE. DRAG IT TO THE CORNER OF |
  174. | THE SCREEN. |
  175. | |
  176. | |
  177. | |
  178. | |
  179. | |
  180. | |
  181. | |
  182. | |
  183. | |
  184. | |
  185. | |
  186. | |
  187. --------------------------------------------------------------------------------------------------
  188. '''
  189.  
  190. aa = '-\o/-'
  191. ab = ' '
  192. y = ' '
  193.  
  194. m = '''
  195. __________________________________________________________________________________________________
  196. |''' + aa + ''' ''' + ab + ''' |
  197. | |
  198. | |
  199. | |
  200. | | #Current basic state of the
  201. | | #v-board (variable board).
  202. | | #A sprite at aa should be
  203. | | #deleted, and reassigned to
  204. | | #ab upon the pressing of the
  205. | | #'d' key (and the opposite for the
  206. | | #'w' key).
  207. | |
  208. | |
  209. | |
  210. | ''' + y + ''' |
  211. | |
  212. | |
  213. | |
  214. | |
  215. | |
  216. | |
  217. | |
  218. | |
  219. | |
  220. | |
  221. | |
  222. | |
  223. | |
  224. | |
  225. --------------------------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement