@cyrilverloop/codingame-configuration 1.2.0 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1049) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/config/easy/AMountainOfAMoleHill/config.json +1 -1
  3. package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/code/CGCode.js +6 -0
  4. package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/code/CGCode.php +7 -0
  5. package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/config.json +33 -0
  6. package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/input/01 - test 1.txt +1 -0
  7. package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/input/02 - test 2.txt +1 -0
  8. package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/input/03 - test 3.txt +1 -0
  9. package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/input/04 - test 4.txt +1 -0
  10. package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/input/05 - test 5.txt +1 -0
  11. package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/output/01 - test 1.txt +11 -0
  12. package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/output/02 - test 2.txt +11 -0
  13. package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/output/03 - test 3.txt +11 -0
  14. package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/output/04 - test 4.txt +11 -0
  15. package/config/easy/ASCIIArtTheDrunkenBishopAlgorithm/output/05 - test 5.txt +11 -0
  16. package/config/easy/Abcdefghijklmnopqrstuvwxyz/code/CGCode.js +9 -0
  17. package/config/easy/Abcdefghijklmnopqrstuvwxyz/code/CGCode.php +11 -0
  18. package/config/easy/Abcdefghijklmnopqrstuvwxyz/config.json +33 -0
  19. package/config/easy/Abcdefghijklmnopqrstuvwxyz/input/01 - test 1.txt +11 -0
  20. package/config/easy/Abcdefghijklmnopqrstuvwxyz/input/02 - test 2.txt +16 -0
  21. package/config/easy/Abcdefghijklmnopqrstuvwxyz/input/03 - test 3.txt +16 -0
  22. package/config/easy/Abcdefghijklmnopqrstuvwxyz/input/04 - test 4.txt +21 -0
  23. package/config/easy/Abcdefghijklmnopqrstuvwxyz/input/05 - test 5.txt +31 -0
  24. package/config/easy/Abcdefghijklmnopqrstuvwxyz/output/01 - test 1.txt +10 -0
  25. package/config/easy/Abcdefghijklmnopqrstuvwxyz/output/02 - test 2.txt +15 -0
  26. package/config/easy/Abcdefghijklmnopqrstuvwxyz/output/03 - test 3.txt +15 -0
  27. package/config/easy/Abcdefghijklmnopqrstuvwxyz/output/04 - test 4.txt +20 -0
  28. package/config/easy/Abcdefghijklmnopqrstuvwxyz/output/05 - test 5.txt +30 -0
  29. package/config/easy/AddEmUp/config.json +1 -1
  30. package/config/easy/Annihilation/config.json +1 -1
  31. package/config/easy/AreTheClumpsNormal/config.json +1 -1
  32. package/config/easy/ArtificialEmotionalIntelligence/config.json +1 -1
  33. package/config/easy/Asteroids/config.json +1 -1
  34. package/config/easy/AutoPickup/config.json +1 -1
  35. package/config/easy/BalancedTernaryComputerEncode/config.json +1 -1
  36. package/config/easy/BankRobbers/config.json +1 -1
  37. package/config/easy/BenfordsLaw/config.json +1 -1
  38. package/config/easy/BinaryImage/config.json +1 -1
  39. package/config/easy/BlowingFuse/config.json +1 -1
  40. package/config/easy/BodyWeightIsAGirlsSecret/config.json +1 -1
  41. package/config/easy/BracketsExtremeEdition/config.json +3 -3
  42. package/config/easy/BrickInTheWall/config.json +2 -2
  43. package/config/easy/BulkEmailGenerator/config.json +1 -1
  44. package/config/easy/Buzzle/config.json +1 -1
  45. package/config/easy/ByTrainOrByCar/config.json +1 -1
  46. package/config/easy/CaesarIsTheChief/config.json +1 -1
  47. package/config/easy/Calculator/config.json +1 -1
  48. package/config/easy/CardCountingwhenEasilyDistracted/code/CGCode.js +7 -0
  49. package/config/easy/CardCountingwhenEasilyDistracted/code/CGCode.php +8 -0
  50. package/config/easy/CardCountingwhenEasilyDistracted/config.json +133 -0
  51. package/config/easy/CardCountingwhenEasilyDistracted/input/01 - test 1.txt +2 -0
  52. package/config/easy/CardCountingwhenEasilyDistracted/input/02 - test 2.txt +2 -0
  53. package/config/easy/CardCountingwhenEasilyDistracted/input/03 - test 3.txt +2 -0
  54. package/config/easy/CardCountingwhenEasilyDistracted/input/04 - test 4.txt +2 -0
  55. package/config/easy/CardCountingwhenEasilyDistracted/input/05 - test 5.txt +2 -0
  56. package/config/easy/CardCountingwhenEasilyDistracted/input/06 - test 6.txt +2 -0
  57. package/config/easy/CardCountingwhenEasilyDistracted/input/07 - test 7.txt +2 -0
  58. package/config/easy/CardCountingwhenEasilyDistracted/input/08 - test 8.txt +2 -0
  59. package/config/easy/CardCountingwhenEasilyDistracted/input/09 - test 9.txt +2 -0
  60. package/config/easy/CardCountingwhenEasilyDistracted/input/10 - test 10.txt +2 -0
  61. package/config/easy/CardCountingwhenEasilyDistracted/input/11 - test 11.txt +2 -0
  62. package/config/easy/CardCountingwhenEasilyDistracted/input/12 - test 12.txt +2 -0
  63. package/config/easy/CardCountingwhenEasilyDistracted/input/13 - test 13 Not a chance.txt +2 -0
  64. package/config/easy/CardCountingwhenEasilyDistracted/input/14 - test 14.txt +2 -0
  65. package/config/easy/CardCountingwhenEasilyDistracted/input/15 - test 15.txt +2 -0
  66. package/config/easy/CardCountingwhenEasilyDistracted/input/16 - test 16 For sure.txt +2 -0
  67. package/config/easy/CardCountingwhenEasilyDistracted/input/17 - test 17.txt +2 -0
  68. package/config/easy/CardCountingwhenEasilyDistracted/input/18 - test 18.txt +2 -0
  69. package/config/easy/CardCountingwhenEasilyDistracted/input/19 - test 19.txt +2 -0
  70. package/config/easy/CardCountingwhenEasilyDistracted/input/20 - test 20 Anything but 10.txt +2 -0
  71. package/config/easy/CardCountingwhenEasilyDistracted/input/21 - test 21.txt +2 -0
  72. package/config/easy/CardCountingwhenEasilyDistracted/input/22 - test 22.txt +2 -0
  73. package/config/easy/CardCountingwhenEasilyDistracted/input/23 - test 23.txt +2 -0
  74. package/config/easy/CardCountingwhenEasilyDistracted/input/24 - test 24.txt +2 -0
  75. package/config/easy/CardCountingwhenEasilyDistracted/input/25 - test 25.txt +2 -0
  76. package/config/easy/CardCountingwhenEasilyDistracted/output/01 - test 1.txt +1 -0
  77. package/config/easy/CardCountingwhenEasilyDistracted/output/02 - test 2.txt +1 -0
  78. package/config/easy/CardCountingwhenEasilyDistracted/output/03 - test 3.txt +1 -0
  79. package/config/easy/CardCountingwhenEasilyDistracted/output/04 - test 4.txt +1 -0
  80. package/config/easy/CardCountingwhenEasilyDistracted/output/05 - test 5.txt +1 -0
  81. package/config/easy/CardCountingwhenEasilyDistracted/output/06 - test 6.txt +1 -0
  82. package/config/easy/CardCountingwhenEasilyDistracted/output/07 - test 7.txt +1 -0
  83. package/config/easy/CardCountingwhenEasilyDistracted/output/08 - test 8.txt +1 -0
  84. package/config/easy/CardCountingwhenEasilyDistracted/output/09 - test 9.txt +1 -0
  85. package/config/easy/CardCountingwhenEasilyDistracted/output/10 - test 10.txt +1 -0
  86. package/config/easy/CardCountingwhenEasilyDistracted/output/11 - test 11.txt +1 -0
  87. package/config/easy/CardCountingwhenEasilyDistracted/output/12 - test 12.txt +1 -0
  88. package/config/easy/CardCountingwhenEasilyDistracted/output/13 - test 13 Not a chance.txt +1 -0
  89. package/config/easy/CardCountingwhenEasilyDistracted/output/14 - test 14.txt +1 -0
  90. package/config/easy/CardCountingwhenEasilyDistracted/output/15 - test 15.txt +1 -0
  91. package/config/easy/CardCountingwhenEasilyDistracted/output/16 - test 16 For sure.txt +1 -0
  92. package/config/easy/CardCountingwhenEasilyDistracted/output/17 - test 17.txt +1 -0
  93. package/config/easy/CardCountingwhenEasilyDistracted/output/18 - test 18.txt +1 -0
  94. package/config/easy/CardCountingwhenEasilyDistracted/output/19 - test 19.txt +1 -0
  95. package/config/easy/CardCountingwhenEasilyDistracted/output/20 - test 20 Anything but 10.txt +1 -0
  96. package/config/easy/CardCountingwhenEasilyDistracted/output/21 - test 21.txt +1 -0
  97. package/config/easy/CardCountingwhenEasilyDistracted/output/22 - test 22.txt +1 -0
  98. package/config/easy/CardCountingwhenEasilyDistracted/output/23 - test 23.txt +1 -0
  99. package/config/easy/CardCountingwhenEasilyDistracted/output/24 - test 24.txt +1 -0
  100. package/config/easy/CardCountingwhenEasilyDistracted/output/25 - test 25.txt +1 -0
  101. package/config/easy/ContainerTerminal/config.json +1 -1
  102. package/config/easy/CosmicLove/config.json +1 -1
  103. package/config/easy/CountAsICount/config.json +1 -1
  104. package/config/easy/CountYourCoins/code/CGCode.js +15 -0
  105. package/config/easy/CountYourCoins/code/CGCode.php +18 -0
  106. package/config/easy/CountYourCoins/config.json +43 -0
  107. package/config/easy/CountYourCoins/input/01 - Easy !.txt +4 -0
  108. package/config/easy/CountYourCoins/input/02 - It/342/200/231s obviously way too much !.txt" +4 -0
  109. package/config/easy/CountYourCoins/input/03 - It/342/200/231s way too much.. But less obvious.txt" +4 -0
  110. package/config/easy/CountYourCoins/input/04 - Two coin types.txt +4 -0
  111. package/config/easy/CountYourCoins/input/05 - That/342/200/231s hard to evaluate....txt" +4 -0
  112. package/config/easy/CountYourCoins/input/06 - Why do I have so many different coins.txt +4 -0
  113. package/config/easy/CountYourCoins/input/07 - How does this even fit in my pocket.txt +4 -0
  114. package/config/easy/CountYourCoins/output/01 - Easy !.txt +1 -0
  115. package/config/easy/CountYourCoins/output/02 - It/342/200/231s obviously way too much !.txt" +1 -0
  116. package/config/easy/CountYourCoins/output/03 - It/342/200/231s way too much.. But less obvious.txt" +1 -0
  117. package/config/easy/CountYourCoins/output/04 - Two coin types.txt +1 -0
  118. package/config/easy/CountYourCoins/output/05 - That/342/200/231s hard to evaluate....txt" +1 -0
  119. package/config/easy/CountYourCoins/output/06 - Why do I have so many different coins.txt +1 -0
  120. package/config/easy/CountYourCoins/output/07 - How does this even fit in my pocket.txt +1 -0
  121. package/config/easy/CreateTheLongestSequenceOf1s/config.json +1 -1
  122. package/config/easy/CreateTurnHereSigns/code/CGCode.js +6 -0
  123. package/config/easy/CreateTurnHereSigns/code/CGCode.php +7 -0
  124. package/config/easy/CreateTurnHereSigns/config.json +73 -0
  125. package/config/easy/CreateTurnHereSigns/input/01 - test 1.txt +1 -0
  126. package/config/easy/CreateTurnHereSigns/input/02 - test 2.txt +1 -0
  127. package/config/easy/CreateTurnHereSigns/input/03 - test 3.txt +1 -0
  128. package/config/easy/CreateTurnHereSigns/input/04 - test 4.txt +1 -0
  129. package/config/easy/CreateTurnHereSigns/input/05 - test 5.txt +1 -0
  130. package/config/easy/CreateTurnHereSigns/input/06 - test 6.txt +1 -0
  131. package/config/easy/CreateTurnHereSigns/input/07 - test 7.txt +1 -0
  132. package/config/easy/CreateTurnHereSigns/input/08 - test 8.txt +1 -0
  133. package/config/easy/CreateTurnHereSigns/input/09 - test 9.txt +1 -0
  134. package/config/easy/CreateTurnHereSigns/input/10 - test 10.txt +1 -0
  135. package/config/easy/CreateTurnHereSigns/input/11 - test 11.txt +1 -0
  136. package/config/easy/CreateTurnHereSigns/input/12 - test 12.txt +1 -0
  137. package/config/easy/CreateTurnHereSigns/input/13 - test 13.txt +1 -0
  138. package/config/easy/CreateTurnHereSigns/output/01 - test 1.txt +9 -0
  139. package/config/easy/CreateTurnHereSigns/output/02 - test 2.txt +11 -0
  140. package/config/easy/CreateTurnHereSigns/output/03 - test 3.txt +13 -0
  141. package/config/easy/CreateTurnHereSigns/output/04 - test 4.txt +7 -0
  142. package/config/easy/CreateTurnHereSigns/output/05 - test 5.txt +19 -0
  143. package/config/easy/CreateTurnHereSigns/output/06 - test 6.txt +27 -0
  144. package/config/easy/CreateTurnHereSigns/output/07 - test 7.txt +21 -0
  145. package/config/easy/CreateTurnHereSigns/output/08 - test 8.txt +11 -0
  146. package/config/easy/CreateTurnHereSigns/output/09 - test 9.txt +17 -0
  147. package/config/easy/CreateTurnHereSigns/output/10 - test 10.txt +5 -0
  148. package/config/easy/CreateTurnHereSigns/output/11 - test 11.txt +7 -0
  149. package/config/easy/CreateTurnHereSigns/output/12 - test 12.txt +5 -0
  150. package/config/easy/CreateTurnHereSigns/output/13 - test 13.txt +7 -0
  151. package/config/easy/CreditCardVerifier/config.json +1 -1
  152. package/config/easy/CropCircles/config.json +1 -1
  153. package/config/easy/CubicBezierCurves/config.json +1 -1
  154. package/config/easy/Darts/config.json +1 -1
  155. package/config/easy/DeadMensShot/config.json +1 -1
  156. package/config/easy/DecodeTheMessage/config.json +1 -1
  157. package/config/easy/DetectiveGeek/config.json +1 -1
  158. package/config/easy/DieHandedness/config.json +1 -1
  159. package/config/easy/DigitalScoreboard/code/CGCode.js +8 -0
  160. package/config/easy/DigitalScoreboard/code/CGCode.php +10 -0
  161. package/config/easy/DigitalScoreboard/config.json +48 -0
  162. package/config/easy/DigitalScoreboard/input/01 - Addition Only - Test 1.txt +23 -0
  163. package/config/easy/DigitalScoreboard/input/02 - Subtraction Only - Test 2.txt +23 -0
  164. package/config/easy/DigitalScoreboard/input/03 - test 3.txt +23 -0
  165. package/config/easy/DigitalScoreboard/input/04 - test 4.txt +23 -0
  166. package/config/easy/DigitalScoreboard/input/05 - test 5.txt +23 -0
  167. package/config/easy/DigitalScoreboard/input/06 - Nothing ever changes - Test 6.txt +23 -0
  168. package/config/easy/DigitalScoreboard/input/07 - test 7.txt +23 -0
  169. package/config/easy/DigitalScoreboard/input/08 - For Rafarafa - Test 8.txt +23 -0
  170. package/config/easy/DigitalScoreboard/output/01 - Addition Only - Test 1.txt +1 -0
  171. package/config/easy/DigitalScoreboard/output/02 - Subtraction Only - Test 2.txt +1 -0
  172. package/config/easy/DigitalScoreboard/output/03 - test 3.txt +1 -0
  173. package/config/easy/DigitalScoreboard/output/04 - test 4.txt +1 -0
  174. package/config/easy/DigitalScoreboard/output/05 - test 5.txt +1 -0
  175. package/config/easy/DigitalScoreboard/output/06 - Nothing ever changes - Test 6.txt +1 -0
  176. package/config/easy/DigitalScoreboard/output/07 - test 7.txt +1 -0
  177. package/config/easy/DigitalScoreboard/output/08 - For Rafarafa - Test 8.txt +1 -0
  178. package/config/easy/DisorderedFirstContact/config.json +2 -2
  179. package/config/easy/DistributingCandy/config.json +1 -1
  180. package/config/easy/DolbearsLaw/config.json +1 -1
  181. package/config/easy/DungeonsAndMaps/config.json +1 -1
  182. package/config/easy/EncryptionDecryptionOfEnigmaMachine/config.json +1 -1
  183. package/config/easy/EquivalentResistanceCircuitBuilding/config.json +1 -1
  184. package/config/easy/EscapeTheMadness/code/CGCode.js +6 -0
  185. package/config/easy/EscapeTheMadness/code/CGCode.php +7 -0
  186. package/config/easy/EscapeTheMadness/config.json +58 -0
  187. package/config/easy/EscapeTheMadness/input/01 - Only C-style trigraphs.txt +1 -0
  188. package/config/easy/EscapeTheMadness/input/02 - C-style trigraphs with unsupported characters.txt +1 -0
  189. package/config/easy/EscapeTheMadness/input/03 - Only backslash escape sequences.txt +1 -0
  190. package/config/easy/EscapeTheMadness/input/04 - Combined trigraphs and backslash escape sequences.txt +1 -0
  191. package/config/easy/EscapeTheMadness/input/05 - No double backslash escape sequence evaluation.txt +1 -0
  192. package/config/easy/EscapeTheMadness/input/06 - Only HTML entities.txt +1 -0
  193. package/config/easy/EscapeTheMadness/input/07 - Only known HTML entities.txt +1 -0
  194. package/config/easy/EscapeTheMadness/input/08 - No double evaluation of HTML entities.txt +1 -0
  195. package/config/easy/EscapeTheMadness/input/09 - HTML entities must be rendered after backslash escape sequences.txt +1 -0
  196. package/config/easy/EscapeTheMadness/input/10 - All together now!.txt +1 -0
  197. package/config/easy/EscapeTheMadness/output/01 - Only C-style trigraphs.txt +1 -0
  198. package/config/easy/EscapeTheMadness/output/02 - C-style trigraphs with unsupported characters.txt +1 -0
  199. package/config/easy/EscapeTheMadness/output/03 - Only backslash escape sequences.txt +1 -0
  200. package/config/easy/EscapeTheMadness/output/04 - Combined trigraphs and backslash escape sequences.txt +1 -0
  201. package/config/easy/EscapeTheMadness/output/05 - No double backslash escape sequence evaluation.txt +1 -0
  202. package/config/easy/EscapeTheMadness/output/06 - Only HTML entities.txt +1 -0
  203. package/config/easy/EscapeTheMadness/output/07 - Only known HTML entities.txt +1 -0
  204. package/config/easy/EscapeTheMadness/output/08 - No double evaluation of HTML entities.txt +1 -0
  205. package/config/easy/EscapeTheMadness/output/09 - HTML entities must be rendered after backslash escape sequences.txt +1 -0
  206. package/config/easy/EscapeTheMadness/output/10 - All together now!.txt +1 -0
  207. package/config/easy/EuclidsAlgorithm/code/CGCode.js +8 -0
  208. package/config/easy/EuclidsAlgorithm/code/CGCode.php +7 -0
  209. package/config/easy/EuclidsAlgorithm/config.json +28 -0
  210. package/config/easy/EuclidsAlgorithm/input/01 - 25 3.txt +1 -0
  211. package/config/easy/EuclidsAlgorithm/input/02 - 50 14.txt +1 -0
  212. package/config/easy/EuclidsAlgorithm/input/03 - 115 47.txt +1 -0
  213. package/config/easy/EuclidsAlgorithm/input/04 - 4857 147.txt +1 -0
  214. package/config/easy/EuclidsAlgorithm/output/01 - 25 3.txt +3 -0
  215. package/config/easy/EuclidsAlgorithm/output/02 - 50 14.txt +5 -0
  216. package/config/easy/EuclidsAlgorithm/output/03 - 115 47.txt +5 -0
  217. package/config/easy/EuclidsAlgorithm/output/04 - 4857 147.txt +4 -0
  218. package/config/easy/ExtendedHammingCodes/config.json +1 -1
  219. package/config/easy/FaroShuffle/config.json +1 -1
  220. package/config/easy/FaxMachine/config.json +1 -1
  221. package/config/easy/FeatureExtraction/config.json +1 -1
  222. package/config/easy/FireControl/config.json +1 -1
  223. package/config/easy/FlipTheSign/config.json +1 -1
  224. package/config/easy/FoldingPaper/code/CGCode.js +7 -0
  225. package/config/easy/FoldingPaper/code/CGCode.php +8 -0
  226. package/config/easy/FoldingPaper/config.json +33 -0
  227. package/config/easy/FoldingPaper/input/01 - 2 ply.txt +2 -0
  228. package/config/easy/FoldingPaper/input/02 - 4 ply.txt +2 -0
  229. package/config/easy/FoldingPaper/input/03 - 6 ply.txt +2 -0
  230. package/config/easy/FoldingPaper/input/04 - 8 ply easy.txt +2 -0
  231. package/config/easy/FoldingPaper/input/05 - 8 ply.txt +2 -0
  232. package/config/easy/FoldingPaper/output/02 - 4 ply.txt +1 -0
  233. package/config/easy/FoldingPaper/output/03 - 6 ply.txt +1 -0
  234. package/config/easy/FoldingPaper/output/05 - 8 ply.txt +1 -0
  235. package/config/easy/FrameThePicture/config.json +1 -1
  236. package/config/easy/GDQBinaryCodedDecimalClock/code/CGCode.js +8 -0
  237. package/config/easy/GDQBinaryCodedDecimalClock/code/CGCode.php +10 -0
  238. package/config/easy/GDQBinaryCodedDecimalClock/config.json +28 -0
  239. package/config/easy/GDQBinaryCodedDecimalClock/input/01 - Single Digits.txt +1 -0
  240. package/config/easy/GDQBinaryCodedDecimalClock/input/02 - Double Digits.txt +1 -0
  241. package/config/easy/GDQBinaryCodedDecimalClock/input/03 - Tunic - Any% Unrestricted (21 42).txt +1 -0
  242. package/config/easy/GDQBinaryCodedDecimalClock/input/04 - Donkey Kong 64 - No Levels Early (02 04 09).txt +1 -0
  243. package/config/easy/GDQBinaryCodedDecimalClock/output/01 - Single Digits.txt +4 -0
  244. package/config/easy/GDQBinaryCodedDecimalClock/output/02 - Double Digits.txt +4 -0
  245. package/config/easy/GDQBinaryCodedDecimalClock/output/03 - Tunic - Any% Unrestricted (21 42).txt +4 -0
  246. package/config/easy/GDQBinaryCodedDecimalClock/output/04 - Donkey Kong 64 - No Levels Early (02 04 09).txt +4 -0
  247. package/config/easy/GeneticsAndComputers/config.json +1 -1
  248. package/config/easy/GhostLegs/config.json +1 -1
  249. package/config/easy/GoldPacking/config.json +1 -1
  250. package/config/easy/GraffitiOnTheFence/config.json +1 -1
  251. package/config/easy/HappyNumbers/config.json +1 -1
  252. package/config/easy/HelloWorld/config.json +1 -1
  253. package/config/easy/HiddenMessagesInImages/config.json +1 -1
  254. package/config/easy/HoochClash/config.json +1 -1
  255. package/config/easy/HorseRacingHyperduals/config.json +1 -1
  256. package/config/easy/HowTimeFlies/config.json +1 -1
  257. package/config/easy/IPv6Shortener/config.json +1 -1
  258. package/config/easy/ISBNCheckDigit/config.json +1 -1
  259. package/config/easy/InStereo/config.json +1 -1
  260. package/config/easy/IsThatAPossibleWord/config.json +1 -1
  261. package/config/easy/IsTheKingInCheckPart1/config.json +1 -1
  262. package/config/easy/JackSilverTheCasino/config.json +1 -1
  263. package/config/easy/KangarooWords/code/CGCode.js +9 -0
  264. package/config/easy/KangarooWords/code/CGCode.php +11 -0
  265. package/config/easy/KangarooWords/config.json +48 -0
  266. package/config/easy/KangarooWords/input/01 - Action.txt +2 -0
  267. package/config/easy/KangarooWords/input/02 - Fire.txt +2 -0
  268. package/config/easy/KangarooWords/input/03 - Not alone.txt +2 -0
  269. package/config/easy/KangarooWords/input/04 - Example.txt +3 -0
  270. package/config/easy/KangarooWords/input/05 - Screams.txt +3 -0
  271. package/config/easy/KangarooWords/input/06 - Pointless.txt +6 -0
  272. package/config/easy/KangarooWords/input/07 - CodingGame.txt +3 -0
  273. package/config/easy/KangarooWords/input/08 - Pointless.txt +6 -0
  274. package/config/easy/KangarooWords/output/01 - Action.txt +1 -0
  275. package/config/easy/KangarooWords/output/02 - Fire.txt +1 -0
  276. package/config/easy/KangarooWords/output/03 - Not alone.txt +2 -0
  277. package/config/easy/KangarooWords/output/04 - Example.txt +2 -0
  278. package/config/easy/KangarooWords/output/05 - Screams.txt +6 -0
  279. package/config/easy/KangarooWords/output/06 - Pointless.txt +1 -0
  280. package/config/easy/KangarooWords/output/07 - CodingGame.txt +2 -0
  281. package/config/easy/KangarooWords/output/08 - Pointless.txt +1 -0
  282. package/config/easy/KissTheGirls/config.json +1 -1
  283. package/config/easy/LargestNumber/config.json +1 -1
  284. package/config/easy/LogicGates/config.json +1 -1
  285. package/config/easy/LogicallyReasonableInequalities/config.json +1 -1
  286. package/config/easy/LongestCoast/code/CGCode.js +9 -0
  287. package/config/easy/LongestCoast/code/CGCode.php +11 -0
  288. package/config/easy/LongestCoast/config.json +43 -0
  289. package/config/easy/LongestCoast/input/01 - Simple start.txt +4 -0
  290. package/config/easy/LongestCoast/input/02 - Multiple islands.txt +7 -0
  291. package/config/easy/LongestCoast/input/03 - Checkerboard.txt +6 -0
  292. package/config/easy/LongestCoast/input/04 - Weird shaped island.txt +9 -0
  293. package/config/easy/LongestCoast/input/05 - Linked islands.txt +11 -0
  294. package/config/easy/LongestCoast/input/06 - No water.txt +9 -0
  295. package/config/easy/LongestCoast/input/07 - Large Archipelago.txt +51 -0
  296. package/config/easy/LongestCoast/output/01 - Simple start.txt +1 -0
  297. package/config/easy/LongestCoast/output/02 - Multiple islands.txt +1 -0
  298. package/config/easy/LongestCoast/output/03 - Checkerboard.txt +1 -0
  299. package/config/easy/LongestCoast/output/04 - Weird shaped island.txt +1 -0
  300. package/config/easy/LongestCoast/output/05 - Linked islands.txt +1 -0
  301. package/config/easy/LongestCoast/output/06 - No water.txt +1 -0
  302. package/config/easy/LongestCoast/output/07 - Large Archipelago.txt +1 -0
  303. package/config/easy/LowResolutionWhatsTheShape/config.json +1 -1
  304. package/config/easy/Lumen/config.json +1 -1
  305. package/config/easy/MagicString/config.json +1 -1
  306. package/config/easy/MarkovTextGeneration/config.json +1 -1
  307. package/config/easy/MasterOfMayhem/config.json +1 -1
  308. package/config/easy/MayTheTriforceBeWithYou/config.json +1 -1
  309. package/config/{medium → easy}/MerlinsMagicSquare/config.json +2 -2
  310. package/config/easy/MerlinsMagicSquare/output/23 - test 23.txt +1 -0
  311. package/config/easy/MerlinsMagicSquare/output/24 - test 24.txt +1 -0
  312. package/config/easy/MinesweeperLevelGenerator/config.json +1 -1
  313. package/config/easy/MondayTuesdayHappyDays/config.json +1 -1
  314. package/config/easy/MorelletsRandomLines/config.json +1 -1
  315. package/config/easy/MountainMap/config.json +1 -1
  316. package/config/easy/MountainMapConvergence/config.json +1 -1
  317. package/config/easy/MovesInMaze/config.json +1 -1
  318. package/config/easy/MurderInTheVillage/config.json +1 -1
  319. package/config/easy/NATOAlphabetsOddUncles/code/CGCode.js +6 -0
  320. package/config/easy/NATOAlphabetsOddUncles/code/CGCode.php +7 -0
  321. package/config/easy/NATOAlphabetsOddUncles/config.json +83 -0
  322. package/config/easy/NATOAlphabetsOddUncles/input/01 - Starting with oldest - Test 1.txt +1 -0
  323. package/config/easy/NATOAlphabetsOddUncles/input/02 - Then next oldest - Test 2.txt +1 -0
  324. package/config/easy/NATOAlphabetsOddUncles/input/03 - Almost current - Test 3.txt +1 -0
  325. package/config/easy/NATOAlphabetsOddUncles/input/04 - Let/342/200/231s Regress - Test 4.txt" +1 -0
  326. package/config/easy/NATOAlphabetsOddUncles/input/05 - Rest are random - Test 5.txt +1 -0
  327. package/config/easy/NATOAlphabetsOddUncles/input/06 - test 6.txt +1 -0
  328. package/config/easy/NATOAlphabetsOddUncles/input/07 - test 7.txt +1 -0
  329. package/config/easy/NATOAlphabetsOddUncles/input/08 - test 8.txt +1 -0
  330. package/config/easy/NATOAlphabetsOddUncles/input/09 - test 9.txt +1 -0
  331. package/config/easy/NATOAlphabetsOddUncles/input/10 - Charlie is here - Test 10.txt +1 -0
  332. package/config/easy/NATOAlphabetsOddUncles/input/11 - Charlie is here too - Test 11.txt +1 -0
  333. package/config/easy/NATOAlphabetsOddUncles/input/12 - Is it This Quebec or ... - Test 12.txt +1 -0
  334. package/config/easy/NATOAlphabetsOddUncles/input/13 - ... or That Quebec - Test 13.txt +1 -0
  335. package/config/easy/NATOAlphabetsOddUncles/input/14 - Which alphabet has both - Test 14.txt +1 -0
  336. package/config/easy/NATOAlphabetsOddUncles/output/01 - Starting with oldest - Test 1.txt +1 -0
  337. package/config/easy/NATOAlphabetsOddUncles/output/02 - Then next oldest - Test 2.txt +1 -0
  338. package/config/easy/NATOAlphabetsOddUncles/output/03 - Almost current - Test 3.txt +1 -0
  339. package/config/easy/NATOAlphabetsOddUncles/output/04 - Let/342/200/231s Regress - Test 4.txt" +1 -0
  340. package/config/easy/NATOAlphabetsOddUncles/output/05 - Rest are random - Test 5.txt +1 -0
  341. package/config/easy/NATOAlphabetsOddUncles/output/06 - test 6.txt +1 -0
  342. package/config/easy/NATOAlphabetsOddUncles/output/07 - test 7.txt +1 -0
  343. package/config/easy/NATOAlphabetsOddUncles/output/08 - test 8.txt +1 -0
  344. package/config/easy/NATOAlphabetsOddUncles/output/09 - test 9.txt +1 -0
  345. package/config/easy/NATOAlphabetsOddUncles/output/10 - Charlie is here - Test 10.txt +1 -0
  346. package/config/easy/NATOAlphabetsOddUncles/output/11 - Charlie is here too - Test 11.txt +1 -0
  347. package/config/easy/NATOAlphabetsOddUncles/output/12 - Is it This Quebec or ... - Test 12.txt +1 -0
  348. package/config/easy/NATOAlphabetsOddUncles/output/13 - ... or That Quebec - Test 13.txt +1 -0
  349. package/config/easy/NATOAlphabetsOddUncles/output/14 - Which alphabet has both - Test 14.txt +1 -0
  350. package/config/easy/NGRBasicRadar/config.json +1 -1
  351. package/config/easy/NatureOfQuadrilaterals/config.json +1 -1
  352. package/config/easy/NatureOfTriangles/config.json +1 -1
  353. package/config/easy/NextCarLicensePlate/config.json +1 -1
  354. package/config/easy/NextGrowingNumber/config.json +1 -1
  355. package/config/easy/NicholasBreakspeareAndHughOfEvesham/config.json +1 -1
  356. package/config/easy/NoMorePythonsPlease/config.json +1 -1
  357. package/config/easy/NumberDerivation/config.json +1 -1
  358. package/config/easy/ObjectInsertion/config.json +1 -1
  359. package/config/easy/OffsetArrays/config.json +1 -1
  360. package/config/easy/OneBillionDWorld/config.json +1 -1
  361. package/config/easy/OneByOneByOneRubiksCubeMovements/config.json +1 -1
  362. package/config/easy/OneDBushFire/config.json +1 -1
  363. package/config/easy/OneDSpreadsheet/config.json +1 -1
  364. package/config/easy/OrderOfSuccession/config.json +1 -1
  365. package/config/easy/OrganicCompounds/config.json +1 -1
  366. package/config/easy/ParkPilot/config.json +1 -1
  367. package/config/easy/ParseSQLQueries/config.json +1 -1
  368. package/config/easy/PersonalBest/config.json +1 -1
  369. package/config/easy/PiratesTreasure/config.json +1 -1
  370. package/config/easy/PrefixCode/config.json +1 -1
  371. package/config/easy/ProbabilityForDummies/config.json +1 -1
  372. package/config/easy/QueenControl/code/CGCode.js +9 -0
  373. package/config/easy/QueenControl/code/CGCode.php +11 -0
  374. package/config/easy/QueenControl/config.json +83 -0
  375. package/config/easy/QueenControl/input/01 - Corner.txt +9 -0
  376. package/config/easy/QueenControl/input/02 - Center.txt +9 -0
  377. package/config/easy/QueenControl/input/03 - White ally down right.txt +9 -0
  378. package/config/easy/QueenControl/input/04 - White ally up left.txt +9 -0
  379. package/config/easy/QueenControl/input/05 - White ally diagonal.txt +9 -0
  380. package/config/easy/QueenControl/input/06 - Black ally down right.txt +9 -0
  381. package/config/easy/QueenControl/input/07 - Black ally up left.txt +9 -0
  382. package/config/easy/QueenControl/input/08 - Black ally diagonal.txt +9 -0
  383. package/config/easy/QueenControl/input/09 - Black enemy.txt +9 -0
  384. package/config/easy/QueenControl/input/10 - White enemy.txt +9 -0
  385. package/config/easy/QueenControl/input/11 - Surrounded by allies.txt +9 -0
  386. package/config/easy/QueenControl/input/12 - Surrounded by enemies.txt +9 -0
  387. package/config/easy/QueenControl/input/13 - Advanced test 1.txt +9 -0
  388. package/config/easy/QueenControl/input/14 - Advanced test 2.txt +9 -0
  389. package/config/easy/QueenControl/input/15 - Advanced test 3.txt +9 -0
  390. package/config/easy/QueenControl/output/01 - Corner.txt +1 -0
  391. package/config/easy/QueenControl/output/02 - Center.txt +1 -0
  392. package/config/easy/QueenControl/output/03 - White ally down right.txt +1 -0
  393. package/config/easy/QueenControl/output/04 - White ally up left.txt +1 -0
  394. package/config/easy/QueenControl/output/05 - White ally diagonal.txt +1 -0
  395. package/config/easy/QueenControl/output/06 - Black ally down right.txt +1 -0
  396. package/config/easy/QueenControl/output/07 - Black ally up left.txt +1 -0
  397. package/config/easy/QueenControl/output/08 - Black ally diagonal.txt +1 -0
  398. package/config/easy/QueenControl/output/09 - Black enemy.txt +1 -0
  399. package/config/easy/QueenControl/output/10 - White enemy.txt +1 -0
  400. package/config/easy/QueenControl/output/11 - Surrounded by allies.txt +1 -0
  401. package/config/easy/QueenControl/output/12 - Surrounded by enemies.txt +1 -0
  402. package/config/easy/QueenControl/output/13 - Advanced test 1.txt +1 -0
  403. package/config/easy/QueenControl/output/14 - Advanced test 2.txt +1 -0
  404. package/config/easy/QueenControl/output/15 - Advanced test 3.txt +1 -0
  405. package/config/easy/RandomWalk/config.json +1 -1
  406. package/config/easy/RectanglePartition/config.json +1 -1
  407. package/config/easy/RectangularBlockSpinner/config.json +1 -1
  408. package/config/easy/RetainingWater/config.json +1 -1
  409. package/config/easy/RetroTypewriterArt/config.json +1 -1
  410. package/config/easy/ReverseFizzBuzz/config.json +1 -1
  411. package/config/easy/ReverseMinesweeper/config.json +1 -1
  412. package/config/easy/RobotReach/config.json +1 -1
  413. package/config/easy/RobotShow/config.json +1 -1
  414. package/config/easy/RockPaperScissorsLizardSpock/config.json +1 -1
  415. package/config/easy/RooksMovements/config.json +1 -1
  416. package/config/easy/RotatingArrows/config.json +1 -1
  417. package/config/easy/RugbyScore/config.json +1 -1
  418. package/config/easy/ScrabbleScore/code/CGCode.js +24 -0
  419. package/config/easy/ScrabbleScore/code/CGCode.php +26 -0
  420. package/config/easy/ScrabbleScore/config.json +78 -0
  421. package/config/easy/ScrabbleScore/input/01 - Easy.txt +41 -0
  422. package/config/easy/ScrabbleScore/input/02 - Double letter score.txt +41 -0
  423. package/config/easy/ScrabbleScore/input/03 - Triple letter score.txt +41 -0
  424. package/config/easy/ScrabbleScore/input/04 - Double word score.txt +41 -0
  425. package/config/easy/ScrabbleScore/input/05 - Triple word score.txt +53 -0
  426. package/config/easy/ScrabbleScore/input/06 - Multiple multiplicator.txt +49 -0
  427. package/config/easy/ScrabbleScore/input/07 - Count the 2 words.txt +50 -0
  428. package/config/easy/ScrabbleScore/input/08 - Special cell on 2 words.txt +74 -0
  429. package/config/easy/ScrabbleScore/input/09 - Special cell on 2 words.txt +74 -0
  430. package/config/easy/ScrabbleScore/input/10 - Combo.txt +74 -0
  431. package/config/easy/ScrabbleScore/input/11 - Blank is important.txt +74 -0
  432. package/config/easy/ScrabbleScore/input/12 - Multiple multiplicator 2.txt +73 -0
  433. package/config/easy/ScrabbleScore/input/13 - First word.txt +74 -0
  434. package/config/easy/ScrabbleScore/input/14 - First word.txt +49 -0
  435. package/config/easy/ScrabbleScore/output/01 - Easy.txt +2 -0
  436. package/config/easy/ScrabbleScore/output/02 - Double letter score.txt +2 -0
  437. package/config/easy/ScrabbleScore/output/03 - Triple letter score.txt +2 -0
  438. package/config/easy/ScrabbleScore/output/04 - Double word score.txt +2 -0
  439. package/config/easy/ScrabbleScore/output/05 - Triple word score.txt +3 -0
  440. package/config/easy/ScrabbleScore/output/06 - Multiple multiplicator.txt +2 -0
  441. package/config/easy/ScrabbleScore/output/07 - Count the 2 words.txt +3 -0
  442. package/config/easy/ScrabbleScore/output/08 - Special cell on 2 words.txt +3 -0
  443. package/config/easy/ScrabbleScore/output/09 - Special cell on 2 words.txt +2 -0
  444. package/config/easy/ScrabbleScore/output/10 - Combo.txt +5 -0
  445. package/config/easy/ScrabbleScore/output/11 - Blank is important.txt +2 -0
  446. package/config/easy/ScrabbleScore/output/12 - Multiple multiplicator 2.txt +3 -0
  447. package/config/easy/ScrabbleScore/output/13 - First word.txt +3 -0
  448. package/config/easy/ScrabbleScore/output/14 - First word.txt +7 -0
  449. package/config/easy/SecondDegreePolynomialSimpleAnalysis/config.json +1 -1
  450. package/config/easy/SelfDrivingCarTesting/config.json +1 -1
  451. package/config/easy/SevenSegmentScanner/config.json +1 -1
  452. package/config/easy/ShadowCasting/config.json +1 -1
  453. package/config/easy/ShootEnemyAircraft/code/CGCode.js +10 -0
  454. package/config/easy/ShootEnemyAircraft/code/CGCode.php +12 -0
  455. package/config/easy/ShootEnemyAircraft/config.json +28 -0
  456. package/config/easy/ShootEnemyAircraft/input/01 - One aircraft on each side.txt +7 -0
  457. package/config/easy/ShootEnemyAircraft/input/02 - Three on the same side.txt +7 -0
  458. package/config/easy/ShootEnemyAircraft/input/03 - Hold the line.txt +3 -0
  459. package/config/easy/ShootEnemyAircraft/input/04 - Don/342/200/231t panic.txt" +11 -0
  460. package/config/easy/ShootEnemyAircraft/output/01 - One aircraft on each side.txt +7 -0
  461. package/config/easy/ShootEnemyAircraft/output/02 - Three on the same side.txt +6 -0
  462. package/config/easy/ShootEnemyAircraft/output/03 - Hold the line.txt +29 -0
  463. package/config/easy/ShootEnemyAircraft/output/04 - Don/342/200/231t panic.txt" +29 -0
  464. package/config/easy/ShouldBakersBeFrugal/code/CGCode.js +8 -0
  465. package/config/easy/ShouldBakersBeFrugal/code/CGCode.php +7 -0
  466. package/config/easy/ShouldBakersBeFrugal/config.json +78 -0
  467. package/config/easy/ShouldBakersBeFrugal/input/01 - Basic.txt +1 -0
  468. package/config/easy/ShouldBakersBeFrugal/input/02 - Another Basic.txt +1 -0
  469. package/config/easy/ShouldBakersBeFrugal/input/03 - What IS the benefit.txt +1 -0
  470. package/config/easy/ShouldBakersBeFrugal/input/04 - Not perfectly divisible.txt +1 -0
  471. package/config/easy/ShouldBakersBeFrugal/input/05 - Real Biscuits.txt +1 -0
  472. package/config/easy/ShouldBakersBeFrugal/input/06 - So wasteful.txt +1 -0
  473. package/config/easy/ShouldBakersBeFrugal/input/07 - Squeeze out the extras.txt +1 -0
  474. package/config/easy/ShouldBakersBeFrugal/input/08 - So many biscuits.txt +1 -0
  475. package/config/easy/ShouldBakersBeFrugal/input/09 - Who kneads that.txt +1 -0
  476. package/config/easy/ShouldBakersBeFrugal/input/10 - Them Biscuits are Big.txt +1 -0
  477. package/config/easy/ShouldBakersBeFrugal/input/11 - Big Payoff.txt +1 -0
  478. package/config/easy/ShouldBakersBeFrugal/input/12 - Now my hand hurts.txt +1 -0
  479. package/config/easy/ShouldBakersBeFrugal/input/13 - Micro World.txt +1 -0
  480. package/config/easy/ShouldBakersBeFrugal/input/14 - A gazillion micro-biscuits.txt +1 -0
  481. package/config/easy/ShouldBakersBeFrugal/output/01 - Basic.txt +1 -0
  482. package/config/easy/ShouldBakersBeFrugal/output/02 - Another Basic.txt +1 -0
  483. package/config/easy/ShouldBakersBeFrugal/output/03 - What IS the benefit.txt +1 -0
  484. package/config/easy/ShouldBakersBeFrugal/output/04 - Not perfectly divisible.txt +1 -0
  485. package/config/easy/ShouldBakersBeFrugal/output/05 - Real Biscuits.txt +1 -0
  486. package/config/easy/ShouldBakersBeFrugal/output/06 - So wasteful.txt +1 -0
  487. package/config/easy/ShouldBakersBeFrugal/output/07 - Squeeze out the extras.txt +1 -0
  488. package/config/easy/ShouldBakersBeFrugal/output/08 - So many biscuits.txt +1 -0
  489. package/config/easy/ShouldBakersBeFrugal/output/09 - Who kneads that.txt +1 -0
  490. package/config/easy/ShouldBakersBeFrugal/output/10 - Them Biscuits are Big.txt +1 -0
  491. package/config/easy/ShouldBakersBeFrugal/output/11 - Big Payoff.txt +1 -0
  492. package/config/easy/ShouldBakersBeFrugal/output/12 - Now my hand hurts.txt +1 -0
  493. package/config/easy/ShouldBakersBeFrugal/output/13 - Micro World.txt +1 -0
  494. package/config/easy/ShouldBakersBeFrugal/output/14 - A gazillion micro-biscuits.txt +1 -0
  495. package/config/easy/SimpleAIDuels/config.json +1 -1
  496. package/config/easy/SimpleAutoScaling/config.json +1 -1
  497. package/config/easy/SimpleAwale/config.json +1 -1
  498. package/config/easy/SimpleLoadBalancing/config.json +1 -1
  499. package/config/easy/SixDegreesOfKevinBacon/code/CGCode.js +10 -0
  500. package/config/easy/SixDegreesOfKevinBacon/code/CGCode.php +12 -0
  501. package/config/easy/SixDegreesOfKevinBacon/config.json +38 -0
  502. package/config/easy/SixDegreesOfKevinBacon/input/01 - 2 Degrees of Kevin Bacon.txt +5 -0
  503. package/config/easy/SixDegreesOfKevinBacon/input/02 - One Degree of Kevin Bacon.txt +5 -0
  504. package/config/easy/SixDegreesOfKevinBacon/input/03 - 3 Degrees of Kevin Bacon.txt +7 -0
  505. package/config/easy/SixDegreesOfKevinBacon/input/04 - Kevin Bacon Himself!.txt +6 -0
  506. package/config/easy/SixDegreesOfKevinBacon/input/05 - Going big!.txt +12 -0
  507. package/config/easy/SixDegreesOfKevinBacon/input/06 - The Biggest.txt +42 -0
  508. package/config/easy/SixDegreesOfKevinBacon/output/01 - 2 Degrees of Kevin Bacon.txt +1 -0
  509. package/config/easy/SixDegreesOfKevinBacon/output/02 - One Degree of Kevin Bacon.txt +1 -0
  510. package/config/easy/SixDegreesOfKevinBacon/output/03 - 3 Degrees of Kevin Bacon.txt +1 -0
  511. package/config/easy/SixDegreesOfKevinBacon/output/04 - Kevin Bacon Himself!.txt +1 -0
  512. package/config/easy/SixDegreesOfKevinBacon/output/05 - Going big!.txt +1 -0
  513. package/config/easy/SixDegreesOfKevinBacon/output/06 - The Biggest.txt +1 -0
  514. package/config/easy/Smooth/config.json +1 -1
  515. package/config/easy/SnailRun/config.json +1 -1
  516. package/config/easy/SomeonesActingSus/config.json +1 -1
  517. package/config/easy/SquareSpiralForAlienContact/code/CGCode.js +6 -0
  518. package/config/easy/SquareSpiralForAlienContact/code/CGCode.php +7 -0
  519. package/config/easy/SquareSpiralForAlienContact/config.json +128 -0
  520. package/config/easy/SquareSpiralForAlienContact/input/01 - Test 1 = letter+ and #same, cw.txt +1 -0
  521. package/config/easy/SquareSpiralForAlienContact/input/02 - Test 2 = letter+ and #same, ccw.txt +1 -0
  522. package/config/easy/SquareSpiralForAlienContact/input/03 - Test 3 = letter++ and #same, cw.txt +1 -0
  523. package/config/easy/SquareSpiralForAlienContact/input/04 - Test 4 = letter++ and #same, ccw.txt +1 -0
  524. package/config/easy/SquareSpiralForAlienContact/input/05 - Test 5 = letter+ and #+, cw.txt +1 -0
  525. package/config/easy/SquareSpiralForAlienContact/input/06 - Test 6 = letter+ and #+, ccw.txt +1 -0
  526. package/config/easy/SquareSpiralForAlienContact/input/07 - Test 7 = letter+ and #++, cw.txt +1 -0
  527. package/config/easy/SquareSpiralForAlienContact/input/08 - Test 8 = letter+ and #++, ccw.txt +1 -0
  528. package/config/easy/SquareSpiralForAlienContact/input/09 - Test 9 = letter++ and #+, cw.txt +1 -0
  529. package/config/easy/SquareSpiralForAlienContact/input/10 - Test 10 = letter++ and #+, ccw.txt +1 -0
  530. package/config/easy/SquareSpiralForAlienContact/input/11 - Test 11 = letter++ and #++, cw.txt +1 -0
  531. package/config/easy/SquareSpiralForAlienContact/input/12 - Test 12 = letter++ and #++, ccw.txt +1 -0
  532. package/config/easy/SquareSpiralForAlienContact/input/13 - Test 13 = letter- and #+, cw.txt +1 -0
  533. package/config/easy/SquareSpiralForAlienContact/input/14 - Test 14 = letter- and #+, ccw.txt +1 -0
  534. package/config/easy/SquareSpiralForAlienContact/input/15 - Test 15 = letter-- and #++, cw.txt +1 -0
  535. package/config/easy/SquareSpiralForAlienContact/input/16 - Test 16 = letter-- and #++, ccw.txt +1 -0
  536. package/config/easy/SquareSpiralForAlienContact/input/17 - Test 17 = letter+ and #-, cw.txt +1 -0
  537. package/config/easy/SquareSpiralForAlienContact/input/18 - Test 18 = letter+ and #-, ccw.txt +1 -0
  538. package/config/easy/SquareSpiralForAlienContact/input/19 - Test 19 = letter-- and #--, cw.txt +1 -0
  539. package/config/easy/SquareSpiralForAlienContact/input/20 - Test 20 = letter-- and #--, ccw.txt +1 -0
  540. package/config/easy/SquareSpiralForAlienContact/input/21 - Test 21 = whoa, that/342/200/231s not enough material, cw.txt" +1 -0
  541. package/config/easy/SquareSpiralForAlienContact/input/22 - Test 22 - whoa, that's not enough material, ccw.txt +1 -0
  542. package/config/easy/SquareSpiralForAlienContact/input/23 - Test 23 = oversized.txt +1 -0
  543. package/config/easy/SquareSpiralForAlienContact/input/24 - Test 24 = very oversized.txt +1 -0
  544. package/config/easy/SquareSpiralForAlienContact/output/01 - Test 1 = letter+ and #same, cw.txt +9 -0
  545. package/config/easy/SquareSpiralForAlienContact/output/02 - Test 2 = letter+ and #same, ccw.txt +11 -0
  546. package/config/easy/SquareSpiralForAlienContact/output/03 - Test 3 = letter++ and #same, cw.txt +19 -0
  547. package/config/easy/SquareSpiralForAlienContact/output/04 - Test 4 = letter++ and #same, ccw.txt +9 -0
  548. package/config/easy/SquareSpiralForAlienContact/output/05 - Test 5 = letter+ and #+, cw.txt +19 -0
  549. package/config/easy/SquareSpiralForAlienContact/output/06 - Test 6 = letter+ and #+, ccw.txt +15 -0
  550. package/config/easy/SquareSpiralForAlienContact/output/07 - Test 7 = letter+ and #++, cw.txt +15 -0
  551. package/config/easy/SquareSpiralForAlienContact/output/08 - Test 8 = letter+ and #++, ccw.txt +11 -0
  552. package/config/easy/SquareSpiralForAlienContact/output/09 - Test 9 = letter++ and #+, cw.txt +9 -0
  553. package/config/easy/SquareSpiralForAlienContact/output/10 - Test 10 = letter++ and #+, ccw.txt +25 -0
  554. package/config/easy/SquareSpiralForAlienContact/output/11 - Test 11 = letter++ and #++, cw.txt +7 -0
  555. package/config/easy/SquareSpiralForAlienContact/output/12 - Test 12 = letter++ and #++, ccw.txt +21 -0
  556. package/config/easy/SquareSpiralForAlienContact/output/13 - Test 13 = letter- and #+, cw.txt +21 -0
  557. package/config/easy/SquareSpiralForAlienContact/output/14 - Test 14 = letter- and #+, ccw.txt +25 -0
  558. package/config/easy/SquareSpiralForAlienContact/output/15 - Test 15 = letter-- and #++, cw.txt +19 -0
  559. package/config/easy/SquareSpiralForAlienContact/output/16 - Test 16 = letter-- and #++, ccw.txt +11 -0
  560. package/config/easy/SquareSpiralForAlienContact/output/17 - Test 17 = letter+ and #-, cw.txt +17 -0
  561. package/config/easy/SquareSpiralForAlienContact/output/18 - Test 18 = letter+ and #-, ccw.txt +21 -0
  562. package/config/easy/SquareSpiralForAlienContact/output/19 - Test 19 = letter-- and #--, cw.txt +5 -0
  563. package/config/easy/SquareSpiralForAlienContact/output/20 - Test 20 = letter-- and #--, ccw.txt +29 -0
  564. package/config/easy/SquareSpiralForAlienContact/output/21 - Test 21 = whoa, that/342/200/231s not enough material, cw.txt" +29 -0
  565. package/config/easy/SquareSpiralForAlienContact/output/22 - Test 22 - whoa, that's not enough material, ccw.txt +25 -0
  566. package/config/easy/SquareSpiralForAlienContact/output/23 - Test 23 = oversized.txt +31 -0
  567. package/config/easy/SquareSpiralForAlienContact/output/24 - Test 24 = very oversized.txt +31 -0
  568. package/config/easy/StallTilt/config.json +1 -1
  569. package/config/easy/SubstitutionEncoding/config.json +1 -1
  570. package/config/easy/SudokuValidator/config.json +1 -1
  571. package/config/easy/SumOfSpiralsDiagonals/config.json +1 -1
  572. package/config/easy/SurveyPrediction/config.json +4 -4
  573. package/config/easy/SweetSpot/config.json +1 -1
  574. package/config/easy/TableOfContents/code/CGCode.js +10 -0
  575. package/config/easy/TableOfContents/code/CGCode.php +12 -0
  576. package/config/easy/TableOfContents/config.json +28 -0
  577. package/config/easy/TableOfContents/input/01 - Test.txt +7 -0
  578. package/config/easy/TableOfContents/input/02 - Numbers.txt +12 -0
  579. package/config/easy/TableOfContents/input/03 - Hell of subsections.txt +20 -0
  580. package/config/easy/TableOfContents/input/04 - World book.txt +15 -0
  581. package/config/easy/TableOfContents/output/01 - Test.txt +5 -0
  582. package/config/easy/TableOfContents/output/02 - Numbers.txt +10 -0
  583. package/config/easy/TableOfContents/output/03 - Hell of subsections.txt +18 -0
  584. package/config/easy/TableOfContents/output/04 - World book.txt +13 -0
  585. package/config/easy/TedsCompiler/config.json +1 -1
  586. package/config/easy/TenPinBowlingScores/config.json +2 -2
  587. package/config/easy/TextFormatting/config.json +1 -1
  588. package/config/easy/TheBrokenEditor/config.json +1 -1
  589. package/config/easy/TheDart101/config.json +1 -1
  590. package/config/easy/TheElectricianApprentice/config.json +1 -1
  591. package/config/easy/TheLogoBeyondCppAndCs/code/CGCode.js +11 -0
  592. package/config/easy/TheLogoBeyondCppAndCs/code/CGCode.php +13 -0
  593. package/config/easy/TheLogoBeyondCppAndCs/config.json +123 -0
  594. package/config/easy/TheLogoBeyondCppAndCs/input/01 - C Sharp Plus Test 1.txt +5 -0
  595. package/config/easy/TheLogoBeyondCppAndCs/input/02 - C Venn Test 2.txt +6 -0
  596. package/config/easy/TheLogoBeyondCppAndCs/input/03 - C Plus Plus and Plus Test 3.txt +6 -0
  597. package/config/easy/TheLogoBeyondCppAndCs/input/04 - C-hi Test 4.txt +6 -0
  598. package/config/easy/TheLogoBeyondCppAndCs/input/05 - C Climb Test 5.txt +6 -0
  599. package/config/easy/TheLogoBeyondCppAndCs/input/06 - C-Cliff Test 6.txt +6 -0
  600. package/config/easy/TheLogoBeyondCppAndCs/input/07 - C-X Test 7.txt +6 -0
  601. package/config/easy/TheLogoBeyondCppAndCs/input/08 - Tic Tac C Test 8.txt +6 -0
  602. package/config/easy/TheLogoBeyondCppAndCs/input/09 - C-Check Test 9.txt +7 -0
  603. package/config/easy/TheLogoBeyondCppAndCs/input/10 - C-Checkers Test 10.txt +7 -0
  604. package/config/easy/TheLogoBeyondCppAndCs/input/11 - C Sharp Sharp Test 11.txt +5 -0
  605. package/config/easy/TheLogoBeyondCppAndCs/input/12 - C Sharp Plus Sharp Test 12.txt +6 -0
  606. package/config/easy/TheLogoBeyondCppAndCs/input/13 - C Pyramid Test 13.txt +6 -0
  607. package/config/easy/TheLogoBeyondCppAndCs/input/14 - Greater Than C Test 14.txt +8 -0
  608. package/config/easy/TheLogoBeyondCppAndCs/input/15 - Giant C Test 15.txt +4 -0
  609. package/config/easy/TheLogoBeyondCppAndCs/input/16 - One Thick C Test 16.txt +4 -0
  610. package/config/easy/TheLogoBeyondCppAndCs/input/17 - C-U Test 17.txt +8 -0
  611. package/config/easy/TheLogoBeyondCppAndCs/input/18 - You can C forever Test 18.txt +23 -0
  612. package/config/easy/TheLogoBeyondCppAndCs/input/19 - I C U Test 19.txt +14 -0
  613. package/config/easy/TheLogoBeyondCppAndCs/input/20 - C-Nake (Snake) Test 20.txt +14 -0
  614. package/config/easy/TheLogoBeyondCppAndCs/input/21 - C-Legs Test 21.txt +7 -0
  615. package/config/easy/TheLogoBeyondCppAndCs/input/22 - C You Tuesday Test 22.txt +8 -0
  616. package/config/easy/TheLogoBeyondCppAndCs/input/23 - C-Man Test 23.txt +7 -0
  617. package/config/easy/TheLogoBeyondCppAndCs/output/01 - C Sharp Plus Test 1.txt +26 -0
  618. package/config/easy/TheLogoBeyondCppAndCs/output/02 - C Venn Test 2.txt +33 -0
  619. package/config/easy/TheLogoBeyondCppAndCs/output/03 - C Plus Plus and Plus Test 3.txt +36 -0
  620. package/config/easy/TheLogoBeyondCppAndCs/output/04 - C-hi Test 4.txt +27 -0
  621. package/config/easy/TheLogoBeyondCppAndCs/output/05 - C Climb Test 5.txt +39 -0
  622. package/config/easy/TheLogoBeyondCppAndCs/output/06 - C-Cliff Test 6.txt +30 -0
  623. package/config/easy/TheLogoBeyondCppAndCs/output/07 - C-X Test 7.txt +21 -0
  624. package/config/easy/TheLogoBeyondCppAndCs/output/08 - Tic Tac C Test 8.txt +30 -0
  625. package/config/easy/TheLogoBeyondCppAndCs/output/09 - C-Check Test 9.txt +32 -0
  626. package/config/easy/TheLogoBeyondCppAndCs/output/10 - C-Checkers Test 10.txt +36 -0
  627. package/config/easy/TheLogoBeyondCppAndCs/output/11 - C Sharp Sharp Test 11.txt +18 -0
  628. package/config/easy/TheLogoBeyondCppAndCs/output/12 - C Sharp Plus Sharp Test 12.txt +27 -0
  629. package/config/easy/TheLogoBeyondCppAndCs/output/13 - C Pyramid Test 13.txt +24 -0
  630. package/config/easy/TheLogoBeyondCppAndCs/output/14 - Greater Than C Test 14.txt +50 -0
  631. package/config/easy/TheLogoBeyondCppAndCs/output/15 - Giant C Test 15.txt +31 -0
  632. package/config/easy/TheLogoBeyondCppAndCs/output/16 - One Thick C Test 16.txt +30 -0
  633. package/config/easy/TheLogoBeyondCppAndCs/output/17 - C-U Test 17.txt +35 -0
  634. package/config/easy/TheLogoBeyondCppAndCs/output/18 - You can C forever Test 18.txt +140 -0
  635. package/config/easy/TheLogoBeyondCppAndCs/output/19 - I C U Test 19.txt +15 -0
  636. package/config/easy/TheLogoBeyondCppAndCs/output/20 - C-Nake (Snake) Test 20.txt +77 -0
  637. package/config/easy/TheLogoBeyondCppAndCs/output/21 - C-Legs Test 21.txt +28 -0
  638. package/config/easy/TheLogoBeyondCppAndCs/output/22 - C You Tuesday Test 22.txt +40 -0
  639. package/config/easy/TheLogoBeyondCppAndCs/output/23 - C-Man Test 23.txt +28 -0
  640. package/config/easy/TheMichelangeloCode/config.json +1 -1
  641. package/config/easy/TheMysticRectangle/config.json +1 -1
  642. package/config/easy/TheRiverI/config.json +1 -1
  643. package/config/easy/TheRiverII/config.json +1 -1
  644. package/config/easy/TheTravellingSalesmanProblem/config.json +1 -1
  645. package/config/easy/TicTacToe/config.json +1 -1
  646. package/config/easy/TileAFloor/code/CGCode.js +9 -0
  647. package/config/easy/TileAFloor/code/CGCode.php +11 -0
  648. package/config/easy/TileAFloor/config.json +133 -0
  649. package/config/easy/TileAFloor/input/01 - No special mirrors Test 1.txt +4 -0
  650. package/config/easy/TileAFloor/input/02 - WM Test 2.txt +5 -0
  651. package/config/easy/TileAFloor/input/03 - test 3.txt +5 -0
  652. package/config/easy/TileAFloor/input/04 - Diags Test 4.txt +6 -0
  653. package/config/easy/TileAFloor/input/05 - nu and ][ Test 5.txt +4 -0
  654. package/config/easy/TileAFloor/input/06 - AV and slashes Test 6.txt +5 -0
  655. package/config/easy/TileAFloor/input/07 - (()) and slashes Test 7.txt +5 -0
  656. package/config/easy/TileAFloor/input/08 - Everything Test 8.txt +7 -0
  657. package/config/easy/TileAFloor/input/09 - test 9.txt +6 -0
  658. package/config/easy/TileAFloor/input/10 - test 10.txt +8 -0
  659. package/config/easy/TileAFloor/input/11 - test 11.txt +7 -0
  660. package/config/easy/TileAFloor/input/12 - test 12.txt +7 -0
  661. package/config/easy/TileAFloor/input/13 - test 13.txt +7 -0
  662. package/config/easy/TileAFloor/input/14 - test 14.txt +8 -0
  663. package/config/easy/TileAFloor/input/15 - test 15.txt +6 -0
  664. package/config/easy/TileAFloor/input/16 - test 16.txt +7 -0
  665. package/config/easy/TileAFloor/input/17 - test 17.txt +5 -0
  666. package/config/easy/TileAFloor/input/18 - test 18.txt +6 -0
  667. package/config/easy/TileAFloor/input/19 - test 19.txt +6 -0
  668. package/config/easy/TileAFloor/input/20 - test 20.txt +4 -0
  669. package/config/easy/TileAFloor/input/21 - test 21.txt +8 -0
  670. package/config/easy/TileAFloor/input/22 - test 22.txt +4 -0
  671. package/config/easy/TileAFloor/input/23 - test 23.txt +6 -0
  672. package/config/easy/TileAFloor/input/24 - test 24.txt +5 -0
  673. package/config/easy/TileAFloor/input/25 - test 25.txt +5 -0
  674. package/config/easy/TileAFloor/output/01 - No special mirrors Test 1.txt +13 -0
  675. package/config/easy/TileAFloor/output/02 - WM Test 2.txt +17 -0
  676. package/config/easy/TileAFloor/output/03 - test 3.txt +17 -0
  677. package/config/easy/TileAFloor/output/04 - Diags Test 4.txt +21 -0
  678. package/config/easy/TileAFloor/output/05 - nu and ][ Test 5.txt +13 -0
  679. package/config/easy/TileAFloor/output/06 - AV and slashes Test 6.txt +17 -0
  680. package/config/easy/TileAFloor/output/07 - (()) and slashes Test 7.txt +17 -0
  681. package/config/easy/TileAFloor/output/08 - Everything Test 8.txt +25 -0
  682. package/config/easy/TileAFloor/output/09 - test 9.txt +21 -0
  683. package/config/easy/TileAFloor/output/10 - test 10.txt +29 -0
  684. package/config/easy/TileAFloor/output/11 - test 11.txt +25 -0
  685. package/config/easy/TileAFloor/output/12 - test 12.txt +25 -0
  686. package/config/easy/TileAFloor/output/13 - test 13.txt +25 -0
  687. package/config/easy/TileAFloor/output/14 - test 14.txt +29 -0
  688. package/config/easy/TileAFloor/output/15 - test 15.txt +21 -0
  689. package/config/easy/TileAFloor/output/16 - test 16.txt +25 -0
  690. package/config/easy/TileAFloor/output/17 - test 17.txt +17 -0
  691. package/config/easy/TileAFloor/output/18 - test 18.txt +21 -0
  692. package/config/easy/TileAFloor/output/19 - test 19.txt +21 -0
  693. package/config/easy/TileAFloor/output/20 - test 20.txt +13 -0
  694. package/config/easy/TileAFloor/output/21 - test 21.txt +29 -0
  695. package/config/easy/TileAFloor/output/22 - test 22.txt +13 -0
  696. package/config/easy/TileAFloor/output/23 - test 23.txt +21 -0
  697. package/config/easy/TileAFloor/output/24 - test 24.txt +17 -0
  698. package/config/easy/TileAFloor/output/25 - test 25.txt +17 -0
  699. package/config/easy/TreasureHunt/config.json +1 -1
  700. package/config/easy/TreePaths/config.json +1 -1
  701. package/config/easy/TriangleToggle/code/CGCode.js +19 -0
  702. package/config/easy/TriangleToggle/code/CGCode.php +13 -0
  703. package/config/easy/TriangleToggle/config.json +68 -0
  704. package/config/easy/TriangleToggle/input/01 - one right.txt +4 -0
  705. package/config/easy/TriangleToggle/input/02 - one isosceles.txt +4 -0
  706. package/config/easy/TriangleToggle/input/03 - two triangles, sailboat.txt +5 -0
  707. package/config/easy/TriangleToggle/input/04 - condensed.txt +7 -0
  708. package/config/easy/TriangleToggle/input/05 - overlap (tree).txt +6 -0
  709. package/config/easy/TriangleToggle/input/06 - overlap expanded star of david.txt +5 -0
  710. package/config/easy/TriangleToggle/input/07 - overlap condensed star of david.txt +5 -0
  711. package/config/easy/TriangleToggle/input/08 - triangles inside of triangles.txt +9 -0
  712. package/config/easy/TriangleToggle/input/09 - yoga, partial triangles.txt +7 -0
  713. package/config/easy/TriangleToggle/input/10 - tesla truck, partial triangles.txt +6 -0
  714. package/config/easy/TriangleToggle/input/11 - misc.txt +8 -0
  715. package/config/easy/TriangleToggle/input/12 - overflowing everywhere.txt +5 -0
  716. package/config/easy/TriangleToggle/output/01 - one right.txt +12 -0
  717. package/config/easy/TriangleToggle/output/02 - one isosceles.txt +12 -0
  718. package/config/easy/TriangleToggle/output/03 - two triangles, sailboat.txt +20 -0
  719. package/config/easy/TriangleToggle/output/04 - condensed.txt +17 -0
  720. package/config/easy/TriangleToggle/output/05 - overlap (tree).txt +17 -0
  721. package/config/easy/TriangleToggle/output/07 - overlap condensed star of david.txt +22 -0
  722. package/config/easy/TriangleToggle/output/08 - triangles inside of triangles.txt +20 -0
  723. package/config/easy/TriangleToggle/output/09 - yoga, partial triangles.txt +19 -0
  724. package/config/easy/TriangleToggle/output/10 - tesla truck, partial triangles.txt +9 -0
  725. package/config/easy/TriangleToggle/output/11 - misc.txt +19 -0
  726. package/config/easy/TriangleToggle/output/12 - overflowing everywhere.txt +29 -0
  727. package/config/easy/TrickyNumberVerifier/config.json +1 -1
  728. package/config/easy/UniquePrefixes/config.json +1 -1
  729. package/config/easy/UnitFractions/config.json +1 -1
  730. package/config/easy/VanEcksSequence/config.json +1 -1
  731. package/config/easy/VideoComments/code/CGCode.js +9 -0
  732. package/config/easy/VideoComments/code/CGCode.php +11 -0
  733. package/config/easy/VideoComments/config.json +38 -0
  734. package/config/easy/VideoComments/input/01 - Time example.txt +4 -0
  735. package/config/easy/VideoComments/input/02 - Likes count.txt +4 -0
  736. package/config/easy/VideoComments/input/03 - Tie - Followed.txt +6 -0
  737. package/config/easy/VideoComments/input/04 - Pinned - All priorities.txt +4 -0
  738. package/config/easy/VideoComments/input/05 - Replies.txt +8 -0
  739. package/config/easy/VideoComments/input/06 - Followed in replies.txt +8 -0
  740. package/config/easy/VideoComments/output/01 - Time example.txt +3 -0
  741. package/config/easy/VideoComments/output/02 - Likes count.txt +3 -0
  742. package/config/easy/VideoComments/output/03 - Tie - Followed.txt +5 -0
  743. package/config/easy/VideoComments/output/04 - Pinned - All priorities.txt +3 -0
  744. package/config/easy/VideoComments/output/05 - Replies.txt +7 -0
  745. package/config/easy/VideoComments/output/06 - Followed in replies.txt +7 -0
  746. package/config/easy/WalkOnADie/config.json +1 -1
  747. package/config/easy/WhatsSoComplexAboutMandelbrot/config.json +1 -1
  748. package/config/easy/WhereAmIGoing/code/CGCode.js +10 -0
  749. package/config/easy/WhereAmIGoing/code/CGCode.php +12 -0
  750. package/config/easy/WhereAmIGoing/config.json +28 -0
  751. package/config/easy/WhereAmIGoing/input/01 - Example.txt +3 -0
  752. package/config/easy/WhereAmIGoing/input/02 - Simple.txt +5 -0
  753. package/config/easy/WhereAmIGoing/input/03 - Spiral.txt +12 -0
  754. package/config/easy/WhereAmIGoing/input/04 - Hard.txt +17 -0
  755. package/config/easy/WhereAmIGoing/output/01 - Example.txt +1 -0
  756. package/config/easy/WhereAmIGoing/output/02 - Simple.txt +1 -0
  757. package/config/easy/WhereAmIGoing/output/03 - Spiral.txt +1 -0
  758. package/config/easy/WhereAmIGoing/output/04 - Hard.txt +1 -0
  759. package/config/easy/WheresWally/config.json +1 -1
  760. package/config/easy/WordSearchForProgrammers/code/CGCode.js +10 -0
  761. package/config/easy/WordSearchForProgrammers/code/CGCode.php +12 -0
  762. package/config/easy/WordSearchForProgrammers/config.json +38 -0
  763. package/config/easy/WordSearchForProgrammers/input/01 - The Simpsons (Test 1).txt +12 -0
  764. package/config/easy/WordSearchForProgrammers/input/02 - Famous Animals (Test 2).txt +17 -0
  765. package/config/easy/WordSearchForProgrammers/input/03 - US Presidents (Test 3).txt +17 -0
  766. package/config/easy/WordSearchForProgrammers/input/04 - Populous Countries (Test 4).txt +17 -0
  767. package/config/easy/WordSearchForProgrammers/input/05 - Many people with one name (Test 5).txt +17 -0
  768. package/config/easy/WordSearchForProgrammers/input/06 - Older Countries Median age over 40 (Test 6).txt +32 -0
  769. package/config/easy/WordSearchForProgrammers/output/01 - The Simpsons (Test 1).txt +10 -0
  770. package/config/easy/WordSearchForProgrammers/output/02 - Famous Animals (Test 2).txt +15 -0
  771. package/config/easy/WordSearchForProgrammers/output/03 - US Presidents (Test 3).txt +15 -0
  772. package/config/easy/WordSearchForProgrammers/output/04 - Populous Countries (Test 4).txt +15 -0
  773. package/config/easy/WordSearchForProgrammers/output/05 - Many people with one name (Test 5).txt +15 -0
  774. package/config/easy/WordSearchForProgrammers/output/06 - Older Countries Median age over 40 (Test 6).txt +30 -0
  775. package/config/easy/XMLMDF2016/config.json +1 -1
  776. package/config/easy/YouAreTheFatherMauryPovichStyle/code/CGCode.js +11 -0
  777. package/config/easy/YouAreTheFatherMauryPovichStyle/code/CGCode.php +13 -0
  778. package/config/easy/YouAreTheFatherMauryPovichStyle/config.json +53 -0
  779. package/config/easy/YouAreTheFatherMauryPovichStyle/input/01 - test 1.txt +8 -0
  780. package/config/easy/YouAreTheFatherMauryPovichStyle/input/02 - test 2.txt +6 -0
  781. package/config/easy/YouAreTheFatherMauryPovichStyle/input/03 - test 3.txt +8 -0
  782. package/config/easy/YouAreTheFatherMauryPovichStyle/input/04 - test 4.txt +7 -0
  783. package/config/easy/YouAreTheFatherMauryPovichStyle/input/05 - test 5.txt +9 -0
  784. package/config/easy/YouAreTheFatherMauryPovichStyle/input/06 - That was close.txt +11 -0
  785. package/config/easy/YouAreTheFatherMauryPovichStyle/input/07 - so close for so many.txt +7 -0
  786. package/config/easy/YouAreTheFatherMauryPovichStyle/input/08 - - everything from Mother in some pairs.txt +10 -0
  787. package/config/easy/YouAreTheFatherMauryPovichStyle/input/09 - they/342/200/231re all 95%+ matches.txt" +11 -0
  788. package/config/easy/YouAreTheFatherMauryPovichStyle/output/01 - test 1.txt +1 -0
  789. package/config/easy/YouAreTheFatherMauryPovichStyle/output/02 - test 2.txt +1 -0
  790. package/config/easy/YouAreTheFatherMauryPovichStyle/output/03 - test 3.txt +1 -0
  791. package/config/easy/YouAreTheFatherMauryPovichStyle/output/04 - test 4.txt +1 -0
  792. package/config/easy/YouAreTheFatherMauryPovichStyle/output/05 - test 5.txt +1 -0
  793. package/config/easy/YouAreTheFatherMauryPovichStyle/output/06 - That was close.txt +1 -0
  794. package/config/easy/YouAreTheFatherMauryPovichStyle/output/07 - so close for so many.txt +1 -0
  795. package/config/easy/YouAreTheFatherMauryPovichStyle/output/08 - - everything from Mother in some pairs.txt +1 -0
  796. package/config/easy/YouAreTheFatherMauryPovichStyle/output/09 - they/342/200/231re all 95%+ matches.txt" +1 -0
  797. package/config/easy/ZeckendorfRepresentationPartI/code/CGCode.js +6 -0
  798. package/config/easy/ZeckendorfRepresentationPartI/code/CGCode.php +7 -0
  799. package/config/easy/ZeckendorfRepresentationPartI/config.json +28 -0
  800. package/config/easy/ZeckendorfRepresentationPartI/input/01 - test 1.txt +1 -0
  801. package/config/easy/ZeckendorfRepresentationPartI/input/02 - test 2.txt +1 -0
  802. package/config/easy/ZeckendorfRepresentationPartI/input/03 - test 3.txt +1 -0
  803. package/config/easy/ZeckendorfRepresentationPartI/input/04 - test 4.txt +1 -0
  804. package/config/easy/ZeckendorfRepresentationPartI/output/01 - test 1.txt +1 -0
  805. package/config/easy/ZeckendorfRepresentationPartI/output/02 - test 2.txt +1 -0
  806. package/config/easy/ZeckendorfRepresentationPartI/output/03 - test 3.txt +1 -0
  807. package/config/easy/ZeckendorfRepresentationPartI/output/04 - test 4.txt +1 -0
  808. package/config/easy/ZhiweiSunSquares/config.json +1 -1
  809. package/config/hard/Surface/config.json +1 -1
  810. package/config/medium/ACoinGuessingGame/config.json +1 -1
  811. package/config/medium/ASCIIArtGlassStacking/config.json +1 -1
  812. package/config/medium/AStarExercise/config.json +1 -1
  813. package/config/medium/AdvancedTree/config.json +1 -1
  814. package/config/medium/AllOperationsAreEqual/config.json +1 -1
  815. package/config/medium/Anagrams/config.json +1 -1
  816. package/config/medium/AncestorsAndDescendants/config.json +1 -1
  817. package/config/medium/AsciiGraph/config.json +1 -1
  818. package/config/medium/BarcodeScanner/config.json +1 -1
  819. package/config/medium/BattleTower/config.json +1 -1
  820. package/config/medium/Battleship/config.json +1 -1
  821. package/config/medium/BijectiveNumeration/config.json +1 -1
  822. package/config/medium/BinarySearchTreeTraversal/config.json +1 -1
  823. package/config/medium/Bingo/config.json +2 -2
  824. package/config/medium/BitCountToLimit/config.json +1 -1
  825. package/config/medium/BloodTypes/config.json +1 -1
  826. package/config/medium/BouncingBarry/config.json +1 -1
  827. package/config/medium/BoxOfCigars/config.json +1 -1
  828. package/config/medium/BracketsEnhancedEdition/config.json +1 -1
  829. package/config/medium/BracketsExtendedEdition/config.json +1 -1
  830. package/config/medium/BracketsUltimateEdition/config.json +1 -1
  831. package/config/medium/BruceLee/config.json +1 -1
  832. package/config/medium/BulgarianSolitaire/config.json +1 -1
  833. package/config/medium/BullsAndCows/config.json +1 -1
  834. package/config/medium/BustSpeedingVehicles/config.json +1 -1
  835. package/config/medium/BytePairEncoding/config.json +1 -1
  836. package/config/medium/CGFungeInterpreter/config.json +1 -1
  837. package/config/medium/CGSMinifier/config.json +1 -1
  838. package/config/medium/CardsCastle/config.json +1 -1
  839. package/config/medium/ChainedMatrixProducts/config.json +1 -1
  840. package/config/medium/CircularAutomationThePeriodOfChaos/config.json +1 -1
  841. package/config/medium/ConditionOvershadowing/config.json +1 -1
  842. package/config/medium/ConnectTheHyperDots/config.json +1 -1
  843. package/config/medium/ConsecutiveBalancedSubstrings/config.json +1 -1
  844. package/config/medium/ConstrainedLatinSquares/config.json +1 -1
  845. package/config/medium/ContinuedFractions/config.json +1 -1
  846. package/config/medium/CountOfPrimesInANumberGrid/config.json +1 -1
  847. package/config/medium/CountingSquaresOnPegs/config.json +1 -1
  848. package/config/medium/Crossword/config.json +1 -1
  849. package/config/medium/Cylinders/config.json +1 -1
  850. package/config/medium/DDCGMapper/config.json +1 -1
  851. package/config/medium/DeFizzBuzzer/config.json +1 -1
  852. package/config/medium/DepotOrganization/config.json +1 -1
  853. package/config/medium/DerivativeTimePart1/config.json +1 -1
  854. package/config/medium/DiceProbabilityCalculator/config.json +1 -1
  855. package/config/medium/DigitSumSuccessor/config.json +1 -1
  856. package/config/medium/DivideTheFactorial/config.json +1 -1
  857. package/config/medium/Divine/config.json +1 -1
  858. package/config/medium/DominoPuzzle/config.json +1 -1
  859. package/config/medium/DominoesPath/config.json +1 -1
  860. package/config/medium/DrugInteractions/config.json +1 -1
  861. package/config/medium/DuckHunt/config.json +1 -1
  862. package/config/medium/Dungeon3D/config.json +1 -1
  863. package/config/medium/DynamicSorting/config.json +1 -1
  864. package/config/medium/ElementaryCellularAutomaton/config.json +1 -1
  865. package/config/medium/EllipticCurveCryptography/config.json +1 -1
  866. package/config/medium/EnglishLengthUnitsConversion/config.json +1 -1
  867. package/config/medium/EntryCode/config.json +1 -1
  868. package/config/medium/EqualizingArrays/config.json +1 -1
  869. package/config/medium/FactorialVsExponential/config.json +1 -1
  870. package/config/medium/FairNumbering/config.json +1 -1
  871. package/config/medium/FindTheMissingPlusSignsInAddition/config.json +1 -1
  872. package/config/medium/FindTheReplacement/config.json +1 -1
  873. package/config/medium/FiveDChests/config.json +1 -1
  874. package/config/medium/FloodFillExample/config.json +1 -1
  875. package/config/medium/FoldingANote/config.json +1 -1
  876. package/config/medium/FrogExchange/config.json +1 -1
  877. package/config/medium/FunWithSetTheory/config.json +1 -1
  878. package/config/medium/FutoshikiSolver/config.json +1 -1
  879. package/config/medium/GameOfLife/config.json +1 -1
  880. package/config/medium/GoldbachsConjecture/config.json +1 -1
  881. package/config/medium/GoroWantChocolate/config.json +1 -1
  882. package/config/medium/Gravity/config.json +1 -1
  883. package/config/medium/GravityCentrifuge/config.json +1 -1
  884. package/config/medium/GravityCentrifugeTuning/config.json +1 -1
  885. package/config/medium/GravityTumbler/config.json +1 -1
  886. package/config/medium/GreenValleys/config.json +1 -1
  887. package/config/medium/HackingAtRobberCity/config.json +1 -1
  888. package/config/medium/HexagonalMaze/config.json +1 -1
  889. package/config/medium/HexagonalMazePart2/config.json +1 -1
  890. package/config/medium/HiddenWord/config.json +1 -1
  891. package/config/medium/HoleyTimes/config.json +1 -1
  892. package/config/medium/HorseHyperracingHyperduals/config.json +1 -1
  893. package/config/medium/HuffmanCode/config.json +1 -1
  894. package/config/medium/IPMaskCalculating/config.json +1 -1
  895. package/config/medium/IdentifyingDataStructure/config.json +1 -1
  896. package/config/medium/IfThenElse/config.json +1 -1
  897. package/config/medium/IsTheKingInCheckPart2/config.json +1 -1
  898. package/config/medium/JoinTheDots/config.json +1 -1
  899. package/config/medium/JumpingFrogs/config.json +1 -1
  900. package/config/medium/KaprekarsRoutine/config.json +1 -1
  901. package/config/medium/KillerSudokuSolver/config.json +1 -1
  902. package/config/medium/KnightsJam/config.json +1 -1
  903. package/config/medium/LTriominoes/config.json +1 -1
  904. package/config/medium/LangtonsAnt/config.json +1 -1
  905. package/config/medium/LengthOfSyracuseConjectureSequence/config.json +1 -1
  906. package/config/medium/LetsGoToTheCinema/config.json +1 -1
  907. package/config/medium/LevelOfNestedParentheses/config.json +1 -1
  908. package/config/medium/LightBulbs/config.json +1 -1
  909. package/config/medium/LockedInGear/config.json +1 -1
  910. package/config/medium/LongestIncreasingSubsequence/config.json +1 -1
  911. package/config/medium/LongestRoad/config.json +1 -1
  912. package/config/medium/LunarLockout/config.json +1 -1
  913. package/config/medium/MCxxxxMicrocontrollerSimulation/config.json +1 -1
  914. package/config/medium/MagicStones/config.json +1 -1
  915. package/config/medium/MaximumSubSequence/config.json +1 -1
  916. package/config/medium/Maze/config.json +1 -1
  917. package/config/medium/MazeForTheChampions/config.json +1 -1
  918. package/config/medium/MazeWithTeleportersAndJumps/config.json +1 -1
  919. package/config/medium/MicroAssembly/config.json +1 -1
  920. package/config/medium/Minesweeper/config.json +1 -1
  921. package/config/medium/MinimalNumberOfSwaps/config.json +1 -1
  922. package/config/medium/MinimaxExercise/config.json +1 -1
  923. package/config/medium/MitosisMayhem/config.json +1 -1
  924. package/config/medium/NearPalindromes/config.json +1 -1
  925. package/config/medium/NumberOfLettersInANumberBinary/config.json +1 -1
  926. package/config/medium/NumberOfPathsBetween2Points/config.json +1 -1
  927. package/config/medium/NumeralSystem/config.json +1 -1
  928. package/config/medium/One0One0One/config.json +1 -1
  929. package/config/medium/OneWayCity/config.json +1 -1
  930. package/config/medium/Othello/config.json +1 -1
  931. package/config/medium/PalindromicDecomposition/config.json +1 -1
  932. package/config/medium/PaperLabyrinth/config.json +1 -1
  933. package/config/medium/PavingWithBricks/config.json +1 -1
  934. package/config/medium/PhotoBoothTransformation/config.json +1 -1
  935. package/config/medium/PlagueJr/config.json +1 -1
  936. package/config/medium/PlayfairCipher/config.json +1 -1
  937. package/config/medium/PlightOfTheFellowshipOfTheRing/config.json +1 -1
  938. package/config/medium/PorcupineFever/config.json +1 -1
  939. package/config/medium/PropositionsInFregesIdeography/config.json +1 -1
  940. package/config/medium/QuaternionMultiplication/config.json +1 -1
  941. package/config/medium/QueneauNumbers/config.json +1 -1
  942. package/config/medium/RationalNumberTree/config.json +1 -1
  943. package/config/medium/RearrangeStringToTwoNumbers/config.json +1 -1
  944. package/config/medium/RegularPolygons/config.json +1 -1
  945. package/config/medium/RemainderFantasy/config.json +1 -1
  946. package/config/medium/RemainingCard/config.json +1 -1
  947. package/config/medium/ReversedLookAndSay/config.json +1 -1
  948. package/config/medium/RiverCrossing/config.json +1 -1
  949. package/config/medium/RoadTrip/config.json +1 -1
  950. package/config/medium/RobberyOptimisation/config.json +1 -1
  951. package/config/medium/RockPaperScissorsWar/config.json +1 -1
  952. package/config/medium/RodCuttingProblem/config.json +1 -1
  953. package/config/medium/SandpileAddition/config.json +1 -1
  954. package/config/medium/SeamCarving/config.json +1 -1
  955. package/config/medium/ShikakuSolver/config.json +1 -1
  956. package/config/medium/ShortAccountsMakeLongFriends/config.json +1 -1
  957. package/config/medium/SimpleFractionToMixedNumber/config.json +1 -1
  958. package/config/medium/SimplifiedMonopolyTurnsPrediction/config.json +1 -1
  959. package/config/medium/SmoothFactory/config.json +1 -1
  960. package/config/medium/SnakeEncoding/config.json +1 -1
  961. package/config/medium/SolidInteger/config.json +1 -1
  962. package/config/medium/SourceCodeAnalyser/config.json +1 -1
  963. package/config/medium/StickyKeyboard/config.json +1 -1
  964. package/config/medium/SudokuSolver/config.json +1 -1
  965. package/config/medium/SuguruSolver/config.json +1 -1
  966. package/config/medium/SumOfDivisors/config.json +1 -1
  967. package/config/medium/Surakarta/config.json +1 -1
  968. package/config/medium/TargetFiring/config.json +1 -1
  969. package/config/medium/TexasHoldem/config.json +1 -1
  970. package/config/medium/TextAlignment/config.json +1 -1
  971. package/config/medium/TheGrandFestivalI/config.json +1 -1
  972. package/config/medium/TheGrandFestivalII/config.json +1 -1
  973. package/config/medium/TheLostChildEpisode1/config.json +1 -1
  974. package/config/medium/TheLostFiles/config.json +1 -1
  975. package/config/medium/TheOptimalUrinalProblem/config.json +1 -1
  976. package/config/medium/ThePolishDictionary/config.json +1 -1
  977. package/config/medium/TheStonemason/config.json +1 -1
  978. package/config/medium/TheUrinalProblem/config.json +1 -1
  979. package/config/medium/TheVoucher/config.json +2 -2
  980. package/config/medium/TheseRomansAreCrazy/config.json +1 -1
  981. package/config/medium/ThreeByNTiling/config.json +1 -1
  982. package/config/medium/ThreeDPrinter/config.json +1 -1
  983. package/config/medium/TrainPassenger/config.json +1 -1
  984. package/config/medium/Trits/config.json +1 -1
  985. package/config/medium/TwoByTwoByTwoRubiksCubeMovements/config.json +1 -1
  986. package/config/medium/TwoPlayerGameOnACalculator/config.json +1 -1
  987. package/config/medium/TwoPointFiveDMaze/config.json +1 -1
  988. package/config/medium/TwoThousandFortyEightScores/config.json +1 -1
  989. package/config/medium/ValidBracketsInCode/config.json +1 -1
  990. package/config/medium/VirusSpreadingAndClustering/config.json +1 -1
  991. package/config/medium/VoteCounting/config.json +1 -1
  992. package/config/medium/WaysToMakeChange/config.json +1 -1
  993. package/config/medium/WeAreGoingInCircles/config.json +1 -1
  994. package/config/medium/WhatTheBrainfuck/config.json +1 -1
  995. package/config/medium/WindmillProblem/config.json +1 -1
  996. package/config/medium/WineFromKalbodiaEpisode1/config.json +1 -1
  997. package/package.json +1 -1
  998. /package/config/{medium/MerlinsMagicSquare/output/14 - test 14.txt → easy/FoldingPaper/output/01 - 2 ply.txt} +0 -0
  999. /package/config/{medium/MerlinsMagicSquare/output/12 - now you/342/200/231re just messing around.txt" → easy/FoldingPaper/output/04 - 8 ply easy.txt} +0 -0
  1000. /package/config/{medium → easy}/MerlinsMagicSquare/code/CGCode.js +0 -0
  1001. /package/config/{medium → easy}/MerlinsMagicSquare/code/CGCode.php +0 -0
  1002. /package/config/{medium → easy}/MerlinsMagicSquare/input/01 - simple.txt +0 -0
  1003. /package/config/{medium → easy}/MerlinsMagicSquare/input/02 - test 2.txt +0 -0
  1004. /package/config/{medium → easy}/MerlinsMagicSquare/input/03 - test 3.txt +0 -0
  1005. /package/config/{medium → easy}/MerlinsMagicSquare/input/04 - test 4.txt +0 -0
  1006. /package/config/{medium → easy}/MerlinsMagicSquare/input/05 - test 5.txt +0 -0
  1007. /package/config/{medium → easy}/MerlinsMagicSquare/input/06 - test 6.txt +0 -0
  1008. /package/config/{medium → easy}/MerlinsMagicSquare/input/07 - test 7.txt +0 -0
  1009. /package/config/{medium → easy}/MerlinsMagicSquare/input/08 - test 8.txt +0 -0
  1010. /package/config/{medium → easy}/MerlinsMagicSquare/input/09 - test 9.txt +0 -0
  1011. /package/config/{medium → easy}/MerlinsMagicSquare/input/10 - lizzo is making this too hard.txt +0 -0
  1012. /package/config/{medium → easy}/MerlinsMagicSquare/input/11 - one button.txt +0 -0
  1013. /package/config/{medium → easy}/MerlinsMagicSquare/input/12 - now you/342/200/231re just messing around.txt" +0 -0
  1014. /package/config/{medium → easy}/MerlinsMagicSquare/input/13 - test 13.txt +0 -0
  1015. /package/config/{medium → easy}/MerlinsMagicSquare/input/14 - test 14.txt +0 -0
  1016. /package/config/{medium → easy}/MerlinsMagicSquare/input/15 - test 15.txt +0 -0
  1017. /package/config/{medium → easy}/MerlinsMagicSquare/input/16 - test 16.txt +0 -0
  1018. /package/config/{medium → easy}/MerlinsMagicSquare/input/17 - test 17.txt +0 -0
  1019. /package/config/{medium → easy}/MerlinsMagicSquare/input/18 - test 18.txt +0 -0
  1020. /package/config/{medium → easy}/MerlinsMagicSquare/input/19 - test 19.txt +0 -0
  1021. /package/config/{medium → easy}/MerlinsMagicSquare/input/20 - test 20.txt +0 -0
  1022. /package/config/{medium → easy}/MerlinsMagicSquare/input/21 - test 21.txt +0 -0
  1023. /package/config/{medium → easy}/MerlinsMagicSquare/input/22 - test 22.txt +0 -0
  1024. /package/config/{medium → easy}/MerlinsMagicSquare/input/23 - test 23.txt +0 -0
  1025. /package/config/{medium → easy}/MerlinsMagicSquare/input/24 - test 24.txt +0 -0
  1026. /package/config/{medium → easy}/MerlinsMagicSquare/input/25 - test 25.txt +0 -0
  1027. /package/config/{medium → easy}/MerlinsMagicSquare/output/01 - simple.txt +0 -0
  1028. /package/config/{medium → easy}/MerlinsMagicSquare/output/02 - test 2.txt +0 -0
  1029. /package/config/{medium → easy}/MerlinsMagicSquare/output/03 - test 3.txt +0 -0
  1030. /package/config/{medium → easy}/MerlinsMagicSquare/output/04 - test 4.txt +0 -0
  1031. /package/config/{medium → easy}/MerlinsMagicSquare/output/05 - test 5.txt +0 -0
  1032. /package/config/{medium → easy}/MerlinsMagicSquare/output/06 - test 6.txt +0 -0
  1033. /package/config/{medium → easy}/MerlinsMagicSquare/output/07 - test 7.txt +0 -0
  1034. /package/config/{medium → easy}/MerlinsMagicSquare/output/08 - test 8.txt +0 -0
  1035. /package/config/{medium → easy}/MerlinsMagicSquare/output/09 - test 9.txt +0 -0
  1036. /package/config/{medium → easy}/MerlinsMagicSquare/output/10 - lizzo is making this too hard.txt +0 -0
  1037. /package/config/{medium → easy}/MerlinsMagicSquare/output/11 - one button.txt +0 -0
  1038. /package/config/{medium/MerlinsMagicSquare/output/23 - test 23.txt → easy/MerlinsMagicSquare/output/12 - now you/342/200/231re just messing around.txt"} +0 -0
  1039. /package/config/{medium → easy}/MerlinsMagicSquare/output/13 - test 13.txt +0 -0
  1040. /package/config/{medium/MerlinsMagicSquare/output/16 - test 16.txt → easy/MerlinsMagicSquare/output/14 - test 14.txt} +0 -0
  1041. /package/config/{medium → easy}/MerlinsMagicSquare/output/15 - test 15.txt +0 -0
  1042. /package/config/{medium/MerlinsMagicSquare/output/24 - test 24.txt → easy/MerlinsMagicSquare/output/16 - test 16.txt} +0 -0
  1043. /package/config/{medium → easy}/MerlinsMagicSquare/output/17 - test 17.txt +0 -0
  1044. /package/config/{medium → easy}/MerlinsMagicSquare/output/18 - test 18.txt +0 -0
  1045. /package/config/{medium → easy}/MerlinsMagicSquare/output/19 - test 19.txt +0 -0
  1046. /package/config/{medium → easy}/MerlinsMagicSquare/output/20 - test 20.txt +0 -0
  1047. /package/config/{medium → easy}/MerlinsMagicSquare/output/21 - test 21.txt +0 -0
  1048. /package/config/{medium → easy}/MerlinsMagicSquare/output/22 - test 22.txt +0 -0
  1049. /package/config/{medium → easy}/MerlinsMagicSquare/output/25 - test 25.txt +0 -0
@@ -0,0 +1,23 @@
1
+ .................
2
+ . ~~~ . ~~~ .
3
+ . | . | .
4
+ . ~~~ . .
5
+ . | . | .
6
+ . ~~~ . .
7
+ .................
8
+ Subtract:
9
+ .................
10
+ . ~~~ . ~~~ .
11
+ . | . .
12
+ . ~~~ . .
13
+ . . .
14
+ . ~~~ . .
15
+ .................
16
+ Add:
17
+ .................
18
+ . . .
19
+ . | . | .
20
+ . . ~~~ .
21
+ . . .
22
+ . . .
23
+ .................
@@ -3,11 +3,11 @@
3
3
  "name": "Disordered First Contact",
4
4
  "alphanumName": "disorderedFirstContact",
5
5
  "link": "https://www.codingame.com/ide/puzzle/disordered-first-contact",
6
- "testConfigurations": [
6
+ "tests": [
7
7
  {
8
8
  "name": "Simple decoding",
9
9
  "alphanumName": "simpleDecoding",
10
- "file": "01 - simple decoding"
10
+ "file": "01 - simple decoding.txt"
11
11
  },
12
12
  {
13
13
  "name": "Simple encoding",
@@ -3,7 +3,7 @@
3
3
  "name": "Distributing Candy",
4
4
  "alphanumName": "distributingCandy",
5
5
  "link": "https://www.codingame.com/ide/puzzle/distributing-candy",
6
- "testConfigurations": [
6
+ "tests": [
7
7
  {
8
8
  "name": "Test 1",
9
9
  "alphanumName": "test1",
@@ -3,7 +3,7 @@
3
3
  "name": "Dolbear’s Law",
4
4
  "alphanumName": "dolbearsLaw",
5
5
  "link": "https://www.codingame.com/ide/puzzle/dolbears-law",
6
- "testConfigurations": [
6
+ "tests": [
7
7
  {
8
8
  "name": "The random is in the spring",
9
9
  "alphanumName": "theRandomIsInTheSpring",
@@ -3,7 +3,7 @@
3
3
  "name": "Dungeons and Maps",
4
4
  "alphanumName": "dungeonsAndMaps",
5
5
  "link": "https://www.codingame.com/ide/puzzle/dungeons-and-maps",
6
- "testConfigurations": [
6
+ "tests": [
7
7
  {
8
8
  "name": "Example",
9
9
  "alphanumName": "example",
@@ -3,7 +3,7 @@
3
3
  "name": "Encryption/Decryption of Enigma machine",
4
4
  "alphanumName": "encryptionDecryptionOfEnigmaMachine",
5
5
  "link": "https://www.codingame.com/ide/puzzle/encryptiondecryption-of-enigma-machine",
6
- "testConfigurations": [
6
+ "tests": [
7
7
  {
8
8
  "name": "Encode 3",
9
9
  "alphanumName": "encode3",
@@ -3,7 +3,7 @@
3
3
  "name": "Equivalent Resistance, Circuit Building",
4
4
  "alphanumName": "equivalentResistanceCircuitBuilding",
5
5
  "link": "https://www.codingame.com/ide/puzzle/equivalent-resistance-circuit-building",
6
- "testConfigurations": [
6
+ "tests": [
7
7
  {
8
8
  "name": "Series",
9
9
  "alphanumName": "series",
@@ -0,0 +1,6 @@
1
+ const text = readline();
2
+
3
+ // Write an answer using console.log()
4
+ // To debug: console.error('Debug messages...');
5
+
6
+ console.log('answer');
@@ -0,0 +1,7 @@
1
+ <?php
2
+ $text = stream_get_line(STDIN, 500 + 1, "\n");
3
+
4
+ // Write an answer using echo(). DON'T FORGET THE TRAILING \n
5
+ // To debug: error_log(var_export($var, true)); (equivalent to var_dump)
6
+
7
+ echo("answer\n");
@@ -0,0 +1,58 @@
1
+ {
2
+ "path": "easy/EscapeTheMadness",
3
+ "name": "Escape the madness",
4
+ "alphanumName": "escapeTheMadness",
5
+ "link": "https://www.codingame.com/ide/puzzle/escape-the-madness",
6
+ "tests": [
7
+ {
8
+ "name": "Only C-style trigraphs",
9
+ "alphanumName": "OnlyCStyleTrigraphs",
10
+ "file": "01 - Only C-style trigraphs.txt"
11
+ },
12
+ {
13
+ "name": "C-style trigraphs with unsupported characters",
14
+ "alphanumName": "CStyleTrigraphsWithUnsupportedCharacters",
15
+ "file": "02 - C-style trigraphs with unsupported characters.txt"
16
+ },
17
+ {
18
+ "name": "Only backslash escape sequences",
19
+ "alphanumName": "OnlyBackslashEscapeSequences",
20
+ "file": "03 - Only backslash escape sequences.txt"
21
+ },
22
+ {
23
+ "name": "Combined trigraphs and backslash escape sequences",
24
+ "alphanumName": "CombinedTrigraphsAndBackslashEscapeSequences",
25
+ "file": "04 - Combined trigraphs and backslash escape sequences.txt"
26
+ },
27
+ {
28
+ "name": "No double backslash escape sequence evaluation",
29
+ "alphanumName": "NoDoubleBackslashEscapeSequenceEvaluation",
30
+ "file": "05 - No double backslash escape sequence evaluation.txt"
31
+ },
32
+ {
33
+ "name": "Only HTML entities",
34
+ "alphanumName": "OnlyHTMLEntities",
35
+ "file": "06 - Only HTML entities.txt"
36
+ },
37
+ {
38
+ "name": "Only known HTML entities",
39
+ "alphanumName": "OnlyKnownHTMLEntities",
40
+ "file": "07 - Only known HTML entities.txt"
41
+ },
42
+ {
43
+ "name": "No double evaluation of HTML entities",
44
+ "alphanumName": "NoDoubleEvaluationOfHTMLEntities",
45
+ "file": "08 - No double evaluation of HTML entities.txt"
46
+ },
47
+ {
48
+ "name": "HTML entities must be rendered after backslash escape sequences",
49
+ "alphanumName": "HTMLEntitiesMustBeEenderedAfterBackslashEscapeSequences",
50
+ "file": "09 - HTML entities must be rendered after backslash escape sequences.txt"
51
+ },
52
+ {
53
+ "name": "All together now!",
54
+ "alphanumName": "AllTogetherNow",
55
+ "file": "10 - All together now!.txt"
56
+ }
57
+ ]
58
+ }
@@ -0,0 +1 @@
1
+ Some very old keyboards lack necessary characters to program in C, such as ??=, ??', ??(??), ??! and ??-.
@@ -0,0 +1 @@
1
+ While ??< ({) and ??> (}) exist in standard trigraphs, they are not included in our list! Also, ????! should be the same as ??|.
@@ -0,0 +1 @@
1
+ \U00000048e\U0000006C\U0000006c\x6F \x77o\rl\u0064!
@@ -0,0 +1 @@
1
+ ??/u0054rigraphs are ??(??/x66un??)! ??/??/o/
@@ -0,0 +1 @@
1
+ You can output ??(\u004D??) by doing \\u004d or \x5cu004D.
@@ -0,0 +1 @@
1
+ I mean, someone has just &#100;ecided that 0 &lt; 1, we could have chosen &otherwise;.
@@ -0,0 +1 @@
1
+ "&excl;" shouldn't render here, as it's not in our list! However, "&#33;" should work.
@@ -0,0 +1 @@
1
+ You can find sequences such as &amp;amp;gt; on some badly programmed websites.
@@ -0,0 +1 @@
1
+ Prerendering HTML strings from C code is complete madness\x21 You can find trigraphs such as ?\?!, backslash escape sequences such as ??/\u\U00000030042, HTML entities such as &amp;bsol;, and even mixed stuff such as ??\/??/u00750026amp;, but the end result can be as simple as "??/U0000005E&\x62sol;\u0023".
@@ -0,0 +1 @@
1
+ Some very old keyboards lack necessary characters to program in C, such as #, ^, [], | and ~.
@@ -0,0 +1 @@
1
+ While ??< ({) and ??> (}) exist in standard trigraphs, they are not included in our list! Also, ??| should be the same as ??|.
@@ -0,0 +1 @@
1
+ You can output [M] by doing \u004d or \u004D.
@@ -0,0 +1 @@
1
+ I mean, someone has just decided that 0 < 1, we could have chosen &otherwise;.
@@ -0,0 +1 @@
1
+ "&excl;" shouldn't render here, as it's not in our list! However, "!" should work.
@@ -0,0 +1 @@
1
+ You can find sequences such as &amp;gt; on some badly programmed websites.
@@ -0,0 +1 @@
1
+ Prerendering HTML strings from C code is complete madness! You can find trigraphs such as ??!, backslash escape sequences such as \u0042, HTML entities such as &bsol;, and even mixed stuff such as ??/u0026amp;, but the end result can be as simple as "^\#".
@@ -0,0 +1,8 @@
1
+ var inputs = readline().split(' ');
2
+ const a = parseInt(inputs[0]);
3
+ const b = parseInt(inputs[1]);
4
+
5
+ // Write an answer using console.log()
6
+ // To debug: console.error('Debug messages...');
7
+
8
+ console.log('GCD(a,b)');
@@ -0,0 +1,7 @@
1
+ <?php
2
+ fscanf(STDIN, "%d %d", $a, $b);
3
+
4
+ // Write an answer using echo(). DON'T FORGET THE TRAILING \n
5
+ // To debug: error_log(var_export($var, true)); (equivalent to var_dump)
6
+
7
+ echo("GCD(a,b)\n");
@@ -0,0 +1,28 @@
1
+ {
2
+ "path": "easy/EuclidsAlgorithm",
3
+ "name": "Euclid’s Algorithm",
4
+ "alphanumName": "EuclidsAlgorithm",
5
+ "link": "https://www.codingame.com/ide/puzzle/euclids-algorithm",
6
+ "tests": [
7
+ {
8
+ "name": "25 / 3",
9
+ "alphanumName": "two53",
10
+ "file": "01 - 25 3.txt"
11
+ },
12
+ {
13
+ "name": "50 / 14",
14
+ "alphanumName": "five014",
15
+ "file": "02 - 50 14.txt"
16
+ },
17
+ {
18
+ "name": "115 / 47",
19
+ "alphanumName": "one1547",
20
+ "file": "03 - 115 47.txt"
21
+ },
22
+ {
23
+ "name": "4857 / 147",
24
+ "alphanumName": "four857147",
25
+ "file": "04 - 4857 147.txt"
26
+ }
27
+ ]
28
+ }
@@ -0,0 +1,3 @@
1
+ 25=3*8+1
2
+ 3=1*3+0
3
+ GCD(25,3)=1
@@ -0,0 +1,5 @@
1
+ 50=14*3+8
2
+ 14=8*1+6
3
+ 8=6*1+2
4
+ 6=2*3+0
5
+ GCD(50,14)=2
@@ -0,0 +1,5 @@
1
+ 115=47*2+21
2
+ 47=21*2+5
3
+ 21=5*4+1
4
+ 5=1*5+0
5
+ GCD(115,47)=1
@@ -0,0 +1,4 @@
1
+ 4857=147*33+6
2
+ 147=6*24+3
3
+ 6=3*2+0
4
+ GCD(4857,147)=3
@@ -3,7 +3,7 @@
3
3
  "name": "Extended Hamming Codes",
4
4
  "alphanumName": "extendedHammingCodes",
5
5
  "link": "https://www.codingame.com/ide/puzzle/extended-hamming-codes",
6
- "testConfigurations": [
6
+ "tests": [
7
7
  {
8
8
  "name": "Single bit flipped",
9
9
  "alphanumName": "singleBitFlipped",
@@ -3,7 +3,7 @@
3
3
  "name": "Faro shuffle",
4
4
  "alphanumName": "faroShuffle",
5
5
  "link": "https://www.codingame.com/ide/puzzle/faro-shuffle",
6
- "testConfigurations": [
6
+ "tests": [
7
7
  {
8
8
  "name": "Aces",
9
9
  "alphanumName": "aces",
@@ -3,7 +3,7 @@
3
3
  "name": "Fax machine",
4
4
  "alphanumName": "faxMachine",
5
5
  "link": "https://www.codingame.com/ide/puzzle/fax-machine",
6
- "testConfigurations": [
6
+ "tests": [
7
7
  {
8
8
  "name": "The Example",
9
9
  "alphanumName": "theExample",
@@ -3,7 +3,7 @@
3
3
  "name": "Feature Extraction",
4
4
  "alphanumName": "featureExtraction",
5
5
  "link": "https://www.codingame.com/ide/puzzle/feature-extraction",
6
- "testConfigurations": [
6
+ "tests": [
7
7
  {
8
8
  "name": "Test 1",
9
9
  "alphanumName": "test1",
@@ -3,7 +3,7 @@
3
3
  "name": "FireControl",
4
4
  "alphanumName": "fireControl",
5
5
  "link": "https://www.codingame.com/ide/puzzle/firecontrol",
6
- "testConfigurations": [
6
+ "tests": [
7
7
  {
8
8
  "name": "Side-Fire",
9
9
  "alphanumName": "sideFire",
@@ -3,7 +3,7 @@
3
3
  "name": "Flip The Sign",
4
4
  "alphanumName": "flipTheSign",
5
5
  "link": "https://www.codingame.com/ide/puzzle/flip-the-sign",
6
- "testConfigurations": [
6
+ "tests": [
7
7
  {
8
8
  "name": "Example",
9
9
  "alphanumName": "example",
@@ -0,0 +1,7 @@
1
+ const order = readline();
2
+ const side = readline();
3
+
4
+ // Write an answer using console.log()
5
+ // To debug: console.error('Debug messages...');
6
+
7
+ console.log('1');
@@ -0,0 +1,8 @@
1
+ <?php
2
+ $order = stream_get_line(STDIN, 8 + 1, "\n");
3
+ $side = stream_get_line(STDIN, 5 + 1, "\n");
4
+
5
+ // Write an answer using echo(). DON'T FORGET THE TRAILING \n
6
+ // To debug: error_log(var_export($var, true)); (equivalent to var_dump)
7
+
8
+ echo("1\n");
@@ -0,0 +1,33 @@
1
+ {
2
+ "path": "easy/FoldingPaper",
3
+ "name": "Folding Paper",
4
+ "alphanumName": "FoldingPaper",
5
+ "link": "https://www.codingame.com/ide/puzzle/folding-paper",
6
+ "tests": [
7
+ {
8
+ "name": "2 ply",
9
+ "alphanumName": "twoPly",
10
+ "file": "01 - 2 ply.txt"
11
+ },
12
+ {
13
+ "name": "4 ply",
14
+ "alphanumName": "fourPly",
15
+ "file": "02 - 4 ply.txt"
16
+ },
17
+ {
18
+ "name": "6 ply",
19
+ "alphanumName": "sixPly",
20
+ "file": "03 - 6 ply.txt"
21
+ },
22
+ {
23
+ "name": "8 ply easy",
24
+ "alphanumName": "eightPlyEasy",
25
+ "file": "04 - 8 ply easy.txt"
26
+ },
27
+ {
28
+ "name": "8 ply",
29
+ "alphanumName": "eightPly",
30
+ "file": "05 - 8 ply.txt"
31
+ }
32
+ ]
33
+ }
@@ -0,0 +1,2 @@
1
+ DRRULD
2
+ U
@@ -0,0 +1,2 @@
1
+ URDDLRLU
2
+ R
@@ -3,7 +3,7 @@
3
3
  "name": "Frame the picture",
4
4
  "alphanumName": "frameThePicture",
5
5
  "link": "https://www.codingame.com/ide/puzzle/frame-the-picture",
6
- "testConfigurations": [
6
+ "tests": [
7
7
  {
8
8
  "name": "Tiny picture, thin frame",
9
9
  "alphanumName": "tinyPictureThinFrame",
@@ -0,0 +1,8 @@
1
+ const input = readline();
2
+ for (let i = 0; i < 4; i++) {
3
+
4
+ // Write an answer using console.log()
5
+ // To debug: console.error('Debug messages...');
6
+
7
+ console.log('answer');
8
+ }
@@ -0,0 +1,10 @@
1
+ <?php
2
+ $input = stream_get_line(STDIN, 32 + 1, "\n");
3
+ for ($i = 0; $i < 4; $i++)
4
+ {
5
+
6
+ // Write an answer using echo(). DON'T FORGET THE TRAILING \n
7
+ // To debug: error_log(var_export($var, true)); (equivalent to var_dump)
8
+
9
+ echo("answer\n");
10
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "path": "easy/GDQBinaryCodedDecimalClock",
3
+ "name": "GDQ - Binary Coded Decimal Clock",
4
+ "alphanumName": "GDQBinaryCodedDecimalClock",
5
+ "link": "https://www.codingame.com/ide/puzzle/gdq---binary-coded-decimal-clock",
6
+ "tests": [
7
+ {
8
+ "name": "Single Digits",
9
+ "alphanumName": "SingleDigits",
10
+ "file": "01 - Single Digits.txt"
11
+ },
12
+ {
13
+ "name": "Double Digits",
14
+ "alphanumName": "DoubleDigits",
15
+ "file": "02 - Double Digits.txt"
16
+ },
17
+ {
18
+ "name": "Tunic - Any% Unrestricted (21:42)",
19
+ "alphanumName": "TunicAnyUnrestricted2142",
20
+ "file": "03 - Tunic - Any% Unrestricted (21 42).txt"
21
+ },
22
+ {
23
+ "name": "Donkey Kong 64 - No Levels Early (02:04:09)",
24
+ "alphanumName": "DonkeyKong64NoLevelsEarly020409",
25
+ "file": "04 - Donkey Kong 64 - No Levels Early (02 04 09).txt"
26
+ }
27
+ ]
28
+ }
@@ -0,0 +1,4 @@
1
+ |_____|_____|_____|_____|_____|_____|
2
+ |_____|_____|_____|_____|_____|_____|
3
+ |_____|_____|_____|_____|#####|#####|
4
+ |_____|_____|#####|_____|_____|#####|
@@ -0,0 +1,4 @@
1
+ |_____|_____|_____|_____|_____|#####|
2
+ |#####|_____|_____|_____|_____|_____|
3
+ |#####|_____|_____|_____|#####|_____|
4
+ |_____|#####|#####|#####|_____|#####|
@@ -0,0 +1,4 @@
1
+ |_____|_____|_____|_____|_____|_____|
2
+ |_____|_____|_____|#####|_____|#####|
3
+ |_____|#####|_____|_____|#####|_____|
4
+ |_____|_____|#####|_____|_____|_____|
@@ -0,0 +1,4 @@
1
+ |_____|_____|_____|_____|#####|#####|
2
+ |_____|_____|#####|_____|_____|_____|
3
+ |#####|_____|_____|_____|_____|_____|
4
+ |_____|_____|_____|_____|_____|#####|
@@ -3,7 +3,7 @@
3
3
  "name": "Genetics and Computers",
4
4
  "alphanumName": "geneticsAndComputers",
5
5
  "link": "https://www.codingame.com/ide/puzzle/genetics-and-computers",
6
- "testConfigurations": [
6
+ "tests": [
7
7
  {
8
8
  "name": "Round Yellow ✖ Round Yellow",
9
9
  "alphanumName": "roundYellowRoundYellow",
@@ -3,7 +3,7 @@
3
3
  "name": "Ghost Legs",
4
4
  "alphanumName": "ghostLegs",
5
5
  "link": "https://www.codingame.com/ide/puzzle/ghost-legs",
6
- "testConfigurations": [
6
+ "tests": [
7
7
  {
8
8
  "name": "Simple Sample",
9
9
  "alphanumName": "simpleSample",