@cyrilverloop/codingame-configuration 1.10.0 → 1.11.1
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.
- package/CHANGELOG.md +49 -0
- package/LICENSE +1 -1
- package/config/easy/Azimut/code/CGCode.js +10 -0
- package/config/easy/Azimut/code/CGCode.php +12 -0
- package/config/easy/Azimut/config.json +38 -0
- package/config/easy/Azimut/input/01 - Simple Turn.txt +3 -0
- package/config/easy/Azimut/input/02 - Three in a row.txt +5 -0
- package/config/easy/Azimut/input/03 - Backtracking.txt +6 -0
- package/config/easy/Azimut/input/04 - Running Ahead.txt +8 -0
- package/config/easy/Azimut/input/05 - Long Run.txt +17 -0
- package/config/easy/Azimut/input/06 - Nascar.txt +14 -0
- package/config/easy/Azimut/output/01 - Simple Turn.txt +1 -0
- package/config/easy/Azimut/output/02 - Three in a row.txt +1 -0
- package/config/easy/Azimut/output/03 - Backtracking.txt +1 -0
- package/config/easy/Azimut/output/04 - Running Ahead.txt +1 -0
- package/config/easy/Azimut/output/05 - Long Run.txt +1 -0
- package/config/easy/Azimut/output/06 - Nascar.txt +1 -0
- package/config/easy/BijectiveNumeration/code/CGCode.js +10 -0
- package/config/easy/BijectiveNumeration/code/CGCode.php +12 -0
- package/config/easy/BijectiveNumeration/config.json +53 -0
- package/config/easy/BijectiveNumeration/input/01 - Simple Parsing.txt +2 -0
- package/config/easy/BijectiveNumeration/input/02 - Parsing.txt +2 -0
- package/config/easy/BijectiveNumeration/input/03 - More Parsing.txt +2 -0
- package/config/easy/BijectiveNumeration/input/04 - Simple Generation.txt +2 -0
- package/config/easy/BijectiveNumeration/input/05 - Generation.txt +2 -0
- package/config/easy/BijectiveNumeration/input/06 - More Generation.txt +2 -0
- package/config/easy/BijectiveNumeration/input/07 - Mixed Test.txt +2 -0
- package/config/easy/BijectiveNumeration/input/08 - Bigger Test.txt +2 -0
- package/config/easy/BijectiveNumeration/input/09 - Huge Test.txt +2 -0
- package/config/easy/BijectiveNumeration/output/01 - Simple Parsing.txt +1 -0
- package/config/easy/BijectiveNumeration/output/02 - Parsing.txt +1 -0
- package/config/easy/BijectiveNumeration/output/03 - More Parsing.txt +1 -0
- package/config/easy/BijectiveNumeration/output/04 - Simple Generation.txt +1 -0
- package/config/easy/BijectiveNumeration/output/05 - Generation.txt +1 -0
- package/config/easy/BijectiveNumeration/output/06 - More Generation.txt +1 -0
- package/config/easy/BijectiveNumeration/output/07 - Mixed Test.txt +1 -0
- package/config/easy/BijectiveNumeration/output/08 - Bigger Test.txt +1 -0
- package/config/easy/BijectiveNumeration/output/09 - Huge Test.txt +1 -0
- package/config/easy/BouncingSimulator/code/CGCode.js +8 -0
- package/config/easy/BouncingSimulator/code/CGCode.php +9 -0
- package/config/easy/BouncingSimulator/config.json +58 -0
- package/config/easy/BouncingSimulator/input/01 - test 1.txt +3 -0
- package/config/easy/BouncingSimulator/input/02 - test 2.txt +3 -0
- package/config/easy/BouncingSimulator/input/03 - test 3.txt +3 -0
- package/config/easy/BouncingSimulator/input/04 - test 4.txt +3 -0
- package/config/easy/BouncingSimulator/input/05 - test 5.txt +3 -0
- package/config/easy/BouncingSimulator/input/06 - test 6.txt +3 -0
- package/config/easy/BouncingSimulator/input/07 - test 7.txt +3 -0
- package/config/easy/BouncingSimulator/input/08 - test 8.txt +3 -0
- package/config/easy/BouncingSimulator/input/09 - test 9.txt +3 -0
- package/config/easy/BouncingSimulator/input/10 - test 10.txt +3 -0
- package/config/easy/BouncingSimulator/output/01 - test 1.txt +5 -0
- package/config/easy/BouncingSimulator/output/02 - test 2.txt +8 -0
- package/config/easy/BouncingSimulator/output/03 - test 3.txt +5 -0
- package/config/easy/BouncingSimulator/output/04 - test 4.txt +9 -0
- package/config/easy/BouncingSimulator/output/05 - test 5.txt +27 -0
- package/config/easy/BouncingSimulator/output/06 - test 6.txt +9 -0
- package/config/easy/BouncingSimulator/output/07 - test 7.txt +13 -0
- package/config/easy/BouncingSimulator/output/08 - test 8.txt +5 -0
- package/config/easy/BouncingSimulator/output/09 - test 9.txt +11 -0
- package/config/easy/BouncingSimulator/output/10 - test 10.txt +3 -0
- package/config/easy/DartsCheckoutRoutes/code/CGCode.js +7 -0
- package/config/easy/DartsCheckoutRoutes/code/CGCode.php +8 -0
- package/config/easy/DartsCheckoutRoutes/config.json +43 -0
- package/config/easy/DartsCheckoutRoutes/input/01 - Simple.txt +2 -0
- package/config/easy/DartsCheckoutRoutes/input/02 - Higher Score.txt +2 -0
- package/config/easy/DartsCheckoutRoutes/input/03 - More Darts.txt +2 -0
- package/config/easy/DartsCheckoutRoutes/input/04 - Max Score.txt +2 -0
- package/config/easy/DartsCheckoutRoutes/input/05 - No Darts.txt +2 -0
- package/config/easy/DartsCheckoutRoutes/input/06 - Unorthodox Darts.txt +2 -0
- package/config/easy/DartsCheckoutRoutes/input/07 - Unorthodox Darts 2.txt +2 -0
- package/config/easy/DartsCheckoutRoutes/output/02 - Higher Score.txt +1 -0
- package/config/easy/DartsCheckoutRoutes/output/03 - More Darts.txt +1 -0
- package/config/easy/DartsCheckoutRoutes/output/05 - No Darts.txt +1 -0
- package/config/easy/DartsCheckoutRoutes/output/06 - Unorthodox Darts.txt +1 -0
- package/config/easy/DartsCheckoutRoutes/output/07 - Unorthodox Darts 2.txt +1 -0
- package/config/easy/ItemMaker/code/CGCode.js +6 -0
- package/config/easy/ItemMaker/code/CGCode.php +7 -0
- package/config/easy/ItemMaker/config.json +33 -0
- package/config/easy/ItemMaker/input/01 - Example.txt +1 -0
- package/config/easy/ItemMaker/input/02 - Increased rarity.txt +1 -0
- package/config/easy/ItemMaker/input/03 - Epic now.txt +1 -0
- package/config/easy/ItemMaker/input/04 - Let/342/200/231s Legendary!.txt" +1 -0
- package/config/easy/ItemMaker/input/05 - Another one, just for fun.txt +1 -0
- package/config/easy/ItemMaker/output/01 - Example.txt +5 -0
- package/config/easy/ItemMaker/output/02 - Increased rarity.txt +7 -0
- package/config/easy/ItemMaker/output/03 - Epic now.txt +7 -0
- package/config/easy/ItemMaker/output/04 - Let/342/200/231s Legendary!.txt" +10 -0
- package/config/easy/ItemMaker/output/05 - Another one, just for fun.txt +9 -0
- package/config/easy/NDVectorSorting/code/CGCode.js +17 -0
- package/config/easy/NDVectorSorting/code/CGCode.php +21 -0
- package/config/easy/NDVectorSorting/config.json +33 -0
- package/config/easy/NDVectorSorting/input/01 - 2D basic.txt +5 -0
- package/config/easy/NDVectorSorting/input/02 - 3D simple (lexical check).txt +9 -0
- package/config/easy/NDVectorSorting/input/03 - Quite large number of dimensions & vectors.txt +35 -0
- package/config/easy/NDVectorSorting/input/04 - Biggest number of dimensions.txt +6 -0
- package/config/easy/NDVectorSorting/input/05 - BiggestNumberOfVectors.txt +67 -0
- package/config/easy/NDVectorSorting/output/01 - 2D basic.txt +1 -0
- package/config/easy/NDVectorSorting/output/02 - 3D simple (lexical check).txt +1 -0
- package/config/easy/NDVectorSorting/output/03 - Quite large number of dimensions & vectors.txt +1 -0
- package/config/easy/NDVectorSorting/output/04 - Biggest number of dimensions.txt +1 -0
- package/config/easy/NDVectorSorting/output/05 - BiggestNumberOfVectors.txt +1 -0
- package/config/easy/NumberOfDigits/code/CGCode.js +7 -0
- package/config/easy/NumberOfDigits/code/CGCode.php +8 -0
- package/config/easy/NumberOfDigits/config.json +53 -0
- package/config/easy/NumberOfDigits/input/01 - n = 12.txt +2 -0
- package/config/easy/NumberOfDigits/input/02 - n = 0.txt +2 -0
- package/config/easy/NumberOfDigits/input/03 - n = 219.txt +2 -0
- package/config/easy/NumberOfDigits/input/04 - n = 4218.txt +2 -0
- package/config/easy/NumberOfDigits/input/05 - n = 10000.txt +2 -0
- package/config/easy/NumberOfDigits/input/06 - n = 248919.txt +2 -0
- package/config/easy/NumberOfDigits/input/07 - n = 841772.txt +2 -0
- package/config/easy/NumberOfDigits/input/08 - n = 1283048.txt +2 -0
- package/config/easy/NumberOfDigits/input/09 - n = 824883294.txt +2 -0
- package/config/easy/NumberOfDigits/output/01 - n = 12.txt +1 -0
- package/config/easy/NumberOfDigits/output/02 - n = 0.txt +1 -0
- package/config/easy/NumberOfDigits/output/03 - n = 219.txt +1 -0
- package/config/easy/NumberOfDigits/output/04 - n = 4218.txt +1 -0
- package/config/easy/NumberOfDigits/output/05 - n = 10000.txt +1 -0
- package/config/easy/NumberOfDigits/output/06 - n = 248919.txt +1 -0
- package/config/easy/NumberOfDigits/output/07 - n = 841772.txt +1 -0
- package/config/easy/NumberOfDigits/output/08 - n = 1283048.txt +1 -0
- package/config/easy/NumberOfDigits/output/09 - n = 824883294.txt +1 -0
- package/config/easy/PlayingCardOdds/code/CGCode.js +14 -0
- package/config/easy/PlayingCardOdds/code/CGCode.php +15 -0
- package/config/easy/PlayingCardOdds/config.json +53 -0
- package/config/easy/PlayingCardOdds/input/01 - Example 1.txt +3 -0
- package/config/easy/PlayingCardOdds/input/02 - Example 2.txt +4 -0
- package/config/easy/PlayingCardOdds/input/03 - Crazy eights.txt +3 -0
- package/config/easy/PlayingCardOdds/input/04 - Trump or face card.txt +6 -0
- package/config/easy/PlayingCardOdds/input/05 - Impossible.txt +6 -0
- package/config/easy/PlayingCardOdds/input/06 - A lock.txt +6 -0
- package/config/easy/PlayingCardOdds/input/07 - Full deck.txt +2 -0
- package/config/easy/PlayingCardOdds/input/08 - Mixture.txt +11 -0
- package/config/easy/PlayingCardOdds/input/09 - Decimation.txt +7 -0
- package/config/easy/PlayingCardOdds/output/01 - Example 1.txt +1 -0
- package/config/easy/PlayingCardOdds/output/02 - Example 2.txt +1 -0
- package/config/easy/PlayingCardOdds/output/03 - Crazy eights.txt +1 -0
- package/config/easy/PlayingCardOdds/output/04 - Trump or face card.txt +1 -0
- package/config/easy/PlayingCardOdds/output/05 - Impossible.txt +1 -0
- package/config/easy/PlayingCardOdds/output/06 - A lock.txt +1 -0
- package/config/easy/PlayingCardOdds/output/07 - Full deck.txt +1 -0
- package/config/easy/PlayingCardOdds/output/08 - Mixture.txt +1 -0
- package/config/easy/PlayingCardOdds/output/09 - Decimation.txt +1 -0
- package/config/easy/SparseMatMul/code/CGCode.js +24 -0
- package/config/easy/SparseMatMul/code/CGCode.php +16 -0
- package/config/easy/SparseMatMul/config.json +38 -0
- package/config/easy/SparseMatMul/input/01 - Example.txt +7 -0
- package/config/easy/SparseMatMul/input/02 - Corners.txt +10 -0
- package/config/easy/SparseMatMul/input/03 - Dense.txt +20 -0
- package/config/easy/SparseMatMul/input/04 - Cancelation.txt +12 -0
- package/config/easy/SparseMatMul/input/05 - Banded.txt +56 -0
- package/config/easy/SparseMatMul/input/06 - Supertask.txt +63 -0
- package/config/easy/SparseMatMul/output/01 - Example.txt +1 -0
- package/config/easy/SparseMatMul/output/02 - Corners.txt +4 -0
- package/config/easy/SparseMatMul/output/03 - Dense.txt +81 -0
- package/config/easy/SparseMatMul/output/04 - Cancelation.txt +2 -0
- package/config/easy/SparseMatMul/output/05 - Banded.txt +43 -0
- package/config/easy/SparseMatMul/output/06 - Supertask.txt +41 -0
- package/config/easy/TBROutOfControl/code/CGCode.js +13 -0
- package/config/easy/TBROutOfControl/code/CGCode.php +16 -0
- package/config/easy/TBROutOfControl/config.json +58 -0
- package/config/easy/TBROutOfControl/input/01 - Simple case.txt +9 -0
- package/config/easy/TBROutOfControl/input/02 - Long TBR.txt +16 -0
- package/config/easy/TBROutOfControl/input/03 - Small bookshelf.txt +4 -0
- package/config/easy/TBROutOfControl/input/04 - Duplicate.txt +16 -0
- package/config/easy/TBROutOfControl/input/05 - New space.txt +16 -0
- package/config/easy/TBROutOfControl/input/06 - Favorite books.txt +8 -0
- package/config/easy/TBROutOfControl/input/07 - Duplicate is favorite.txt +16 -0
- package/config/easy/TBROutOfControl/input/08 - Duplicate again....txt +20 -0
- package/config/easy/TBROutOfControl/input/09 - test 9.txt +16 -0
- package/config/easy/TBROutOfControl/input/10 - test 10.txt +17 -0
- package/config/easy/TBROutOfControl/output/01 - Simple case.txt +5 -0
- package/config/easy/TBROutOfControl/output/02 - Long TBR.txt +1 -0
- package/config/easy/TBROutOfControl/output/03 - Small bookshelf.txt +1 -0
- package/config/easy/TBROutOfControl/output/04 - Duplicate.txt +10 -0
- package/config/easy/TBROutOfControl/output/05 - New space.txt +9 -0
- package/config/easy/TBROutOfControl/output/06 - Favorite books.txt +1 -0
- package/config/easy/TBROutOfControl/output/07 - Duplicate is favorite.txt +10 -0
- package/config/easy/TBROutOfControl/output/08 - Duplicate again....txt +14 -0
- package/config/easy/TBROutOfControl/output/09 - test 9.txt +10 -0
- package/config/easy/TBROutOfControl/output/10 - test 10.txt +10 -0
- package/config/easy/TriangleToggle/config.json +1 -1
- package/config/hard/Advertisements/code/CGCode.js +17 -0
- package/config/hard/Advertisements/code/CGCode.php +16 -0
- package/config/hard/Advertisements/config.json +118 -0
- package/config/hard/Advertisements/input/01 - Product advertisement.txt +8 -0
- package/config/hard/Advertisements/input/02 - Brand advertisement.txt +9 -0
- package/config/hard/Advertisements/input/03 - It/342/200/231s not all about the advertisement.txt" +17 -0
- package/config/hard/Advertisements/input/04 - Smart customer.txt +23 -0
- package/config/hard/Advertisements/input/05 - Stupid customer.txt +13 -0
- package/config/hard/Advertisements/input/06 - A good textile deal.txt +9 -0
- package/config/hard/Advertisements/input/07 - A bad textile deal.txt +9 -0
- package/config/hard/Advertisements/input/08 - Good for business.txt +11 -0
- package/config/hard/Advertisements/input/09 - For free!.txt +9 -0
- package/config/hard/Advertisements/input/10 - Multiple advertisements.txt +25 -0
- package/config/hard/Advertisements/input/11 - A lot of advertisements.txt +64 -0
- package/config/hard/Advertisements/input/12 - Which of the two.txt +10 -0
- package/config/hard/Advertisements/input/13 - Mix and match.txt +26 -0
- package/config/hard/Advertisements/input/14 - Leave some for the other one.txt +17 -0
- package/config/hard/Advertisements/input/15 - Leave the best to the next 1.txt +11 -0
- package/config/hard/Advertisements/input/16 - Leave the best to the next 2.txt +13 -0
- package/config/hard/Advertisements/input/17 - Leave the best to the next 3.txt +16 -0
- package/config/hard/Advertisements/input/18 - Leave the worst to the next 1.txt +10 -0
- package/config/hard/Advertisements/input/19 - Leave the worst to the next 2.txt +10 -0
- package/config/hard/Advertisements/input/20 - The absolute best is against rule 4.txt +12 -0
- package/config/hard/Advertisements/input/21 - Dessert and clothing day.txt +22 -0
- package/config/hard/Advertisements/input/22 - Action Action!.txt +64 -0
- package/config/hard/Advertisements/output/01 - Product advertisement.txt +2 -0
- package/config/hard/Advertisements/output/02 - Brand advertisement.txt +2 -0
- package/config/hard/Advertisements/output/03 - It/342/200/231s not all about the advertisement.txt" +2 -0
- package/config/hard/Advertisements/output/04 - Smart customer.txt +2 -0
- package/config/hard/Advertisements/output/05 - Stupid customer.txt +2 -0
- package/config/hard/Advertisements/output/06 - A good textile deal.txt +2 -0
- package/config/hard/Advertisements/output/07 - A bad textile deal.txt +2 -0
- package/config/hard/Advertisements/output/08 - Good for business.txt +2 -0
- package/config/hard/Advertisements/output/09 - For free!.txt +2 -0
- package/config/hard/Advertisements/output/10 - Multiple advertisements.txt +2 -0
- package/config/hard/Advertisements/output/11 - A lot of advertisements.txt +2 -0
- package/config/hard/Advertisements/output/12 - Which of the two.txt +2 -0
- package/config/hard/Advertisements/output/13 - Mix and match.txt +2 -0
- package/config/hard/Advertisements/output/14 - Leave some for the other one.txt +2 -0
- package/config/hard/Advertisements/output/15 - Leave the best to the next 1.txt +2 -0
- package/config/hard/Advertisements/output/16 - Leave the best to the next 2.txt +2 -0
- package/config/hard/Advertisements/output/17 - Leave the best to the next 3.txt +2 -0
- package/config/hard/Advertisements/output/18 - Leave the worst to the next 1.txt +2 -0
- package/config/hard/Advertisements/output/19 - Leave the worst to the next 2.txt +2 -0
- package/config/hard/Advertisements/output/20 - The absolute best is against rule 4.txt +2 -0
- package/config/hard/Advertisements/output/21 - Dessert and clothing day.txt +2 -0
- package/config/hard/Advertisements/output/22 - Action Action!.txt +2 -0
- package/config/hard/BreakingBifid/code/CGCode.js +8 -0
- package/config/hard/BreakingBifid/code/CGCode.php +9 -0
- package/config/hard/BreakingBifid/config.json +33 -0
- package/config/hard/BreakingBifid/input/01 - Long text.txt +3 -0
- package/config/hard/BreakingBifid/input/02 - Pangram.txt +3 -0
- package/config/hard/BreakingBifid/input/03 - Medium length text.txt +3 -0
- package/config/hard/BreakingBifid/input/04 - ShortText.txt +3 -0
- package/config/hard/BreakingBifid/input/05 - Minimal text.txt +3 -0
- package/config/hard/BreakingBifid/output/01 - Long text.txt +1 -0
- package/config/hard/BreakingBifid/output/02 - Pangram.txt +1 -0
- package/config/hard/BreakingBifid/output/03 - Medium length text.txt +1 -0
- package/config/hard/BreakingBifid/output/04 - ShortText.txt +1 -0
- package/config/hard/BreakingBifid/output/05 - Minimal text.txt +1 -0
- package/config/hard/ConditionalProbabilities/code/CGCode.js +8 -0
- package/config/hard/ConditionalProbabilities/code/CGCode.php +9 -0
- package/config/hard/ConditionalProbabilities/config.json +38 -0
- package/config/hard/ConditionalProbabilities/input/01 - A, B, A AND B.txt +3 -0
- package/config/hard/ConditionalProbabilities/input/02 - A, NOT B, NOT A AND B.txt +3 -0
- package/config/hard/ConditionalProbabilities/input/03 - A, B GIVEN A, B GIVEN NOT A.txt +3 -0
- package/config/hard/ConditionalProbabilities/input/04 - A AND B, NOT A AND B, A AND NOT B.txt +3 -0
- package/config/hard/ConditionalProbabilities/input/05 - Not enough values.txt +3 -0
- package/config/hard/ConditionalProbabilities/input/06 - Impossible.txt +3 -0
- package/config/hard/ConditionalProbabilities/output/01 - A, B, A AND B.txt +16 -0
- package/config/hard/ConditionalProbabilities/output/02 - A, NOT B, NOT A AND B.txt +16 -0
- package/config/hard/ConditionalProbabilities/output/03 - A, B GIVEN A, B GIVEN NOT A.txt +16 -0
- package/config/hard/ConditionalProbabilities/output/04 - A AND B, NOT A AND B, A AND NOT B.txt +16 -0
- package/config/hard/ConditionalProbabilities/output/05 - Not enough values.txt +6 -0
- package/config/hard/ConditionalProbabilities/output/06 - Impossible.txt +1 -0
- package/config/hard/CounterAttack/code/CGCode.js +12 -0
- package/config/hard/CounterAttack/code/CGCode.php +15 -0
- package/config/hard/CounterAttack/config.json +68 -0
- package/config/hard/CounterAttack/input/01 - test 1.txt +2 -0
- package/config/hard/CounterAttack/input/02 - test 2.txt +2 -0
- package/config/hard/CounterAttack/input/03 - test 3.txt +2 -0
- package/config/hard/CounterAttack/input/04 - test 4.txt +2 -0
- package/config/hard/CounterAttack/input/05 - test 5.txt +2 -0
- package/config/hard/CounterAttack/input/06 - test 6.txt +2 -0
- package/config/hard/CounterAttack/input/07 - test 7.txt +2 -0
- package/config/hard/CounterAttack/input/08 - test 8.txt +2 -0
- package/config/hard/CounterAttack/input/09 - test 9.txt +2 -0
- package/config/hard/CounterAttack/input/10 - test 10.txt +2 -0
- package/config/hard/CounterAttack/input/11 - test 11.txt +2 -0
- package/config/hard/CounterAttack/input/12 - test 12.txt +2 -0
- package/config/hard/CounterAttack/output/01 - test 1.txt +7 -0
- package/config/hard/CounterAttack/output/02 - test 2.txt +1 -0
- package/config/hard/CounterAttack/output/03 - test 3.txt +5 -0
- package/config/hard/CounterAttack/output/04 - test 4.txt +5 -0
- package/config/hard/CounterAttack/output/05 - test 5.txt +10 -0
- package/config/hard/CounterAttack/output/06 - test 6.txt +10 -0
- package/config/hard/CounterAttack/output/07 - test 7.txt +90 -0
- package/config/hard/CounterAttack/output/08 - test 8.txt +100 -0
- package/config/hard/CounterAttack/output/09 - test 9.txt +100 -0
- package/config/hard/CounterAttack/output/10 - test 10.txt +100 -0
- package/config/hard/CounterAttack/output/11 - test 11.txt +50 -0
- package/config/hard/CounterAttack/output/12 - test 12.txt +25 -0
- package/config/hard/DerivativeTimePart2/code/CGCode.js +8 -0
- package/config/hard/DerivativeTimePart2/code/CGCode.php +9 -0
- package/config/hard/DerivativeTimePart2/config.json +43 -0
- package/config/hard/DerivativeTimePart2/input/01 - crazy ln chain.txt +3 -0
- package/config/hard/DerivativeTimePart2/input/02 - interesting powers.txt +3 -0
- package/config/hard/DerivativeTimePart2/input/03 - 2nd deriv.txt +3 -0
- package/config/hard/DerivativeTimePart2/input/04 - fraction.txt +3 -0
- package/config/hard/DerivativeTimePart2/input/05 - 3rd.txt +3 -0
- package/config/hard/DerivativeTimePart2/input/06 - parse.txt +3 -0
- package/config/hard/DerivativeTimePart2/input/07 - diversified vars.txt +3 -0
- package/config/hard/DerivativeTimePart2/output/01 - crazy ln chain.txt +1 -0
- package/config/hard/DerivativeTimePart2/output/02 - interesting powers.txt +1 -0
- package/config/hard/DerivativeTimePart2/output/03 - 2nd deriv.txt +1 -0
- package/config/hard/DerivativeTimePart2/output/04 - fraction.txt +1 -0
- package/config/hard/DerivativeTimePart2/output/05 - 3rd.txt +1 -0
- package/config/hard/DerivativeTimePart2/output/06 - parse.txt +1 -0
- package/config/hard/DerivativeTimePart2/output/07 - diversified vars.txt +1 -0
- package/config/hard/FoldAndCut/code/CGCode.js +6 -0
- package/config/hard/FoldAndCut/code/CGCode.php +7 -0
- package/config/hard/FoldAndCut/config.json +53 -0
- package/config/hard/FoldAndCut/input/01 - test 1.txt +1 -0
- package/config/hard/FoldAndCut/input/02 - test 2.txt +1 -0
- package/config/hard/FoldAndCut/input/03 - test 3.txt +1 -0
- package/config/hard/FoldAndCut/input/04 - test 4.txt +1 -0
- package/config/hard/FoldAndCut/input/05 - test 5.txt +1 -0
- package/config/hard/FoldAndCut/input/06 - test 6.txt +1 -0
- package/config/hard/FoldAndCut/input/07 - test 7.txt +1 -0
- package/config/hard/FoldAndCut/input/08 - test 8.txt +1 -0
- package/config/hard/FoldAndCut/input/09 - test 9.txt +1 -0
- package/config/hard/FoldAndCut/output/01 - test 1.txt +1 -0
- package/config/hard/FoldAndCut/output/02 - test 2.txt +1 -0
- package/config/hard/FoldAndCut/output/04 - test 4.txt +1 -0
- package/config/hard/FoldAndCut/output/05 - test 5.txt +1 -0
- package/config/hard/FoldAndCut/output/06 - test 6.txt +1 -0
- package/config/hard/FoldAndCut/output/07 - test 7.txt +1 -0
- package/config/hard/FoldAndCut/output/08 - test 8.txt +1 -0
- package/config/hard/FoldAndCut/output/09 - test 9.txt +1 -0
- package/config/hard/KakuroSolver/code/CGCode.js +11 -0
- package/config/hard/KakuroSolver/code/CGCode.php +11 -0
- package/config/hard/KakuroSolver/config.json +53 -0
- package/config/hard/KakuroSolver/input/01 - Example 1 (3 x 3).txt +4 -0
- package/config/hard/KakuroSolver/input/02 - Test 2 (4 x 4).txt +5 -0
- package/config/hard/KakuroSolver/input/03 - Test 3 (1 x 3).txt +2 -0
- package/config/hard/KakuroSolver/input/04 - Example 2 (5 x 5).txt +6 -0
- package/config/hard/KakuroSolver/input/05 - Test 5 (9 x 8).txt +10 -0
- package/config/hard/KakuroSolver/input/06 - Test 6 (9 x 9).txt +10 -0
- package/config/hard/KakuroSolver/input/07 - Test 7 (12 x 10).txt +13 -0
- package/config/hard/KakuroSolver/input/08 - Test 8 (18 x 10).txt +19 -0
- package/config/hard/KakuroSolver/input/09 - Test 9 (15 x 15).txt +16 -0
- package/config/hard/KakuroSolver/output/01 - Example 1 (3 x 3).txt +3 -0
- package/config/hard/KakuroSolver/output/02 - Test 2 (4 x 4).txt +4 -0
- package/config/hard/KakuroSolver/output/03 - Test 3 (1 x 3).txt +1 -0
- package/config/hard/KakuroSolver/output/04 - Example 2 (5 x 5).txt +5 -0
- package/config/hard/KakuroSolver/output/05 - Test 5 (9 x 8).txt +9 -0
- package/config/hard/KakuroSolver/output/06 - Test 6 (9 x 9).txt +9 -0
- package/config/hard/KakuroSolver/output/07 - Test 7 (12 x 10).txt +12 -0
- package/config/hard/KakuroSolver/output/08 - Test 8 (18 x 10).txt +18 -0
- package/config/hard/KakuroSolver/output/09 - Test 9 (15 x 15).txt +15 -0
- package/config/hard/KillerSudokuExtremeChallenge/code/CGCode.js +14 -0
- package/config/hard/KillerSudokuExtremeChallenge/code/CGCode.php +18 -0
- package/config/hard/KillerSudokuExtremeChallenge/config.json +43 -0
- package/config/hard/KillerSudokuExtremeChallenge/input/01 - 1 Puzzle - Easy.txt +3 -0
- package/config/hard/KillerSudokuExtremeChallenge/input/02 - 1 Hard Puzzle - Fewer Cages.txt +3 -0
- package/config/hard/KillerSudokuExtremeChallenge/input/03 - 2 Puzzles.txt +5 -0
- package/config/hard/KillerSudokuExtremeChallenge/input/04 - 8 Puzzles.txt +17 -0
- package/config/hard/KillerSudokuExtremeChallenge/input/05 - 16 Puzzles.txt +33 -0
- package/config/hard/KillerSudokuExtremeChallenge/input/06 - 32 Puzzles.txt +65 -0
- package/config/hard/KillerSudokuExtremeChallenge/input/07 - 40 Puzzles.txt +81 -0
- package/config/hard/KillerSudokuExtremeChallenge/output/01 - 1 Puzzle - Easy.txt +9 -0
- package/config/hard/KillerSudokuExtremeChallenge/output/02 - 1 Hard Puzzle - Fewer Cages.txt +9 -0
- package/config/hard/KillerSudokuExtremeChallenge/output/03 - 2 Puzzles.txt +9 -0
- package/config/hard/KillerSudokuExtremeChallenge/output/04 - 8 Puzzles.txt +9 -0
- package/config/hard/KillerSudokuExtremeChallenge/output/05 - 16 Puzzles.txt +9 -0
- package/config/hard/KillerSudokuExtremeChallenge/output/06 - 32 Puzzles.txt +9 -0
- package/config/hard/KillerSudokuExtremeChallenge/output/07 - 40 Puzzles.txt +9 -0
- package/config/hard/LetsMakeACheapASCII3DEngine/code/CGCode.js +8 -0
- package/config/hard/LetsMakeACheapASCII3DEngine/code/CGCode.php +7 -0
- package/config/hard/LetsMakeACheapASCII3DEngine/config.json +28 -0
- package/config/hard/LetsMakeACheapASCII3DEngine/input/01 - test 1.txt +9 -0
- package/config/hard/LetsMakeACheapASCII3DEngine/input/02 - test 2.txt +22 -0
- package/config/hard/LetsMakeACheapASCII3DEngine/input/03 - test 3.txt +22 -0
- package/config/hard/LetsMakeACheapASCII3DEngine/input/04 - test 4.txt +22 -0
- package/config/hard/LetsMakeACheapASCII3DEngine/output/01 - test 1.txt +15 -0
- package/config/hard/LetsMakeACheapASCII3DEngine/output/02 - test 2.txt +15 -0
- package/config/hard/LetsMakeACheapASCII3DEngine/output/03 - test 3.txt +15 -0
- package/config/hard/LetsMakeACheapASCII3DEngine/output/04 - test 4.txt +15 -0
- package/config/hard/MARIAndTheCrazyFactory/code/CGCode.js +9 -0
- package/config/hard/MARIAndTheCrazyFactory/code/CGCode.php +11 -0
- package/config/hard/MARIAndTheCrazyFactory/config.json +73 -0
- package/config/hard/MARIAndTheCrazyFactory/input/01 - Go straight ahead/342/200/246 or maybe not.txt" +8 -0
- package/config/hard/MARIAndTheCrazyFactory/input/02 - Straight ahead and nop.txt +8 -0
- package/config/hard/MARIAndTheCrazyFactory/input/03 - Turn right.txt +8 -0
- package/config/hard/MARIAndTheCrazyFactory/input/04 - A bit harder.txt +8 -0
- package/config/hard/MARIAndTheCrazyFactory/input/05 - With break.txt +8 -0
- package/config/hard/MARIAndTheCrazyFactory/input/06 - Starts with a not empty set.txt +8 -0
- package/config/hard/MARIAndTheCrazyFactory/input/07 - Repeat next instruction.txt +8 -0
- package/config/hard/MARIAndTheCrazyFactory/input/08 - Random puzzle.txt +8 -0
- package/config/hard/MARIAndTheCrazyFactory/input/09 - Someone lost a piece.txt +8 -0
- package/config/hard/MARIAndTheCrazyFactory/input/10 - A key on the ground.txt +8 -0
- package/config/hard/MARIAndTheCrazyFactory/input/11 - Open the door tyrannosaur.txt +8 -0
- package/config/hard/MARIAndTheCrazyFactory/input/12 - Drunken M.A.R.I..txt +8 -0
- package/config/hard/MARIAndTheCrazyFactory/input/13 - To the central command.txt +8 -0
- package/config/hard/MARIAndTheCrazyFactory/output/01 - Go straight ahead/342/200/246 or maybe not.txt" +3 -0
- package/config/hard/MARIAndTheCrazyFactory/output/02 - Straight ahead and nop.txt +3 -0
- package/config/hard/MARIAndTheCrazyFactory/output/03 - Turn right.txt +4 -0
- package/config/hard/MARIAndTheCrazyFactory/output/04 - A bit harder.txt +4 -0
- package/config/hard/MARIAndTheCrazyFactory/output/05 - With break.txt +5 -0
- package/config/hard/MARIAndTheCrazyFactory/output/06 - Starts with a not empty set.txt +3 -0
- package/config/hard/MARIAndTheCrazyFactory/output/07 - Repeat next instruction.txt +4 -0
- package/config/hard/MARIAndTheCrazyFactory/output/08 - Random puzzle.txt +5 -0
- package/config/hard/MARIAndTheCrazyFactory/output/09 - Someone lost a piece.txt +3 -0
- package/config/hard/MARIAndTheCrazyFactory/output/10 - A key on the ground.txt +4 -0
- package/config/hard/MARIAndTheCrazyFactory/output/11 - Open the door tyrannosaur.txt +5 -0
- package/config/hard/MARIAndTheCrazyFactory/output/12 - Drunken M.A.R.I..txt +4 -0
- package/config/hard/MARIAndTheCrazyFactory/output/13 - To the central command.txt +5 -0
- package/config/hard/MindCracker/code/CGCode.js +14 -0
- package/config/hard/MindCracker/code/CGCode.php +13 -0
- package/config/hard/MindCracker/config.json +53 -0
- package/config/hard/MindCracker/input/01 - 27 combinations 2 lines.txt +5 -0
- package/config/hard/MindCracker/input/02 - 256 combinations 4 line.txt +7 -0
- package/config/hard/MindCracker/input/03 - 3125 combinations 5 line.txt +8 -0
- package/config/hard/MindCracker/input/04 - 531441 combinations 6 lines.txt +9 -0
- package/config/hard/MindCracker/input/05 - 2097152 combinations 7 lines.txt +10 -0
- package/config/hard/MindCracker/input/06 - 10000000 combinations 10 lines.txt +13 -0
- package/config/hard/MindCracker/input/07 - 100000000 combinations 11 lines.txt +14 -0
- package/config/hard/MindCracker/input/08 - 100000000 combinations 11 lines (2).txt +14 -0
- package/config/hard/MindCracker/input/09 - 100000000 combinations 11 lines (3).txt +14 -0
- package/config/hard/MindCracker/output/01 - 27 combinations 2 lines.txt +1 -0
- package/config/hard/MindCracker/output/02 - 256 combinations 4 line.txt +1 -0
- package/config/hard/MindCracker/output/03 - 3125 combinations 5 line.txt +1 -0
- package/config/hard/MindCracker/output/04 - 531441 combinations 6 lines.txt +1 -0
- package/config/hard/MindCracker/output/05 - 2097152 combinations 7 lines.txt +1 -0
- package/config/hard/MindCracker/output/06 - 10000000 combinations 10 lines.txt +1 -0
- package/config/hard/MindCracker/output/07 - 100000000 combinations 11 lines.txt +1 -0
- package/config/hard/MindCracker/output/08 - 100000000 combinations 11 lines (2).txt +1 -0
- package/config/hard/MindCracker/output/09 - 100000000 combinations 11 lines (3).txt +1 -0
- package/config/hard/NonogramInversor/code/CGCode.js +17 -0
- package/config/hard/NonogramInversor/code/CGCode.php +19 -0
- package/config/hard/NonogramInversor/config.json +33 -0
- package/config/hard/NonogramInversor/input/01 - test 1 - Dog.txt +11 -0
- package/config/hard/NonogramInversor/input/02 - test 2 - Music.txt +21 -0
- package/config/hard/NonogramInversor/input/03 - test 3 - Africa.txt +31 -0
- package/config/hard/NonogramInversor/input/04 - test 4 - Cat.txt +36 -0
- package/config/hard/NonogramInversor/input/05 - test 5 - Dolphin.txt +41 -0
- package/config/hard/NonogramInversor/output/01 - test 1 - Dog.txt +10 -0
- package/config/hard/NonogramInversor/output/02 - test 2 - Music.txt +20 -0
- package/config/hard/NonogramInversor/output/03 - test 3 - Africa.txt +30 -0
- package/config/hard/NonogramInversor/output/04 - test 4 - Cat.txt +35 -0
- package/config/hard/NonogramInversor/output/05 - test 5 - Dolphin.txt +40 -0
- package/config/hard/PicturePuzzle/code/CGCode.js +21 -0
- package/config/hard/PicturePuzzle/code/CGCode.php +25 -0
- package/config/hard/PicturePuzzle/config.json +48 -0
- package/config/hard/PicturePuzzle/input/01 - test 1.txt +19 -0
- package/config/hard/PicturePuzzle/input/02 - test 2.txt +453 -0
- package/config/hard/PicturePuzzle/input/03 - test 3.txt +201 -0
- package/config/hard/PicturePuzzle/input/04 - test 4.txt +195 -0
- package/config/hard/PicturePuzzle/input/05 - test 5.txt +19 -0
- package/config/hard/PicturePuzzle/input/06 - test 6.txt +453 -0
- package/config/hard/PicturePuzzle/input/07 - test 7.txt +201 -0
- package/config/hard/PicturePuzzle/input/08 - test 8.txt +195 -0
- package/config/hard/PicturePuzzle/output/01 - test 1.txt +7 -0
- package/config/hard/PicturePuzzle/output/02 - test 2.txt +16 -0
- package/config/hard/PicturePuzzle/output/03 - test 3.txt +16 -0
- package/config/hard/PicturePuzzle/output/04 - test 4.txt +21 -0
- package/config/hard/PicturePuzzle/output/05 - test 5.txt +7 -0
- package/config/hard/PicturePuzzle/output/06 - test 6.txt +16 -0
- package/config/hard/PicturePuzzle/output/07 - test 7.txt +16 -0
- package/config/hard/PicturePuzzle/output/08 - test 8.txt +21 -0
- package/config/hard/Rummikub2/code/CGCode.js +11 -0
- package/config/hard/Rummikub2/code/CGCode.php +13 -0
- package/config/hard/Rummikub2/config.json +103 -0
- package/config/hard/Rummikub2/input/01 - Multiple takes.txt +7 -0
- package/config/hard/Rummikub2/input/02 - A lot of actions.txt +12 -0
- package/config/hard/Rummikub2/input/03 - A lot of actions 2.txt +13 -0
- package/config/hard/Rummikub2/input/04 - A lot is irrelevant.txt +20 -0
- package/config/hard/Rummikub2/input/05 - A lot of actions and extra.txt +19 -0
- package/config/hard/Rummikub2/input/06 - Joker.txt +3 -0
- package/config/hard/Rummikub2/input/07 - Joker in set.txt +5 -0
- package/config/hard/Rummikub2/input/08 - Joker outside.txt +4 -0
- package/config/hard/Rummikub2/input/09 - Joker inside.txt +6 -0
- package/config/hard/Rummikub2/input/10 - Joke(r).txt +5 -0
- package/config/hard/Rummikub2/input/11 - Don/342/200/231t use the joker.txt" +5 -0
- package/config/hard/Rummikub2/input/12 - Get that joker.txt +5 -0
- package/config/hard/Rummikub2/input/13 - Joker as early as possible.txt +6 -0
- package/config/hard/Rummikub2/input/14 - With J is better.txt +11 -0
- package/config/hard/Rummikub2/input/15 - Joker combine.txt +6 -0
- package/config/hard/Rummikub2/input/16 - Multiple takes with J.txt +7 -0
- package/config/hard/Rummikub2/input/17 - A lot of actions with J.txt +12 -0
- package/config/hard/Rummikub2/input/18 - A bit of everything.txt +11 -0
- package/config/hard/Rummikub2/input/19 - Many paths to explore.txt +21 -0
- package/config/hard/Rummikub2/output/01 - Multiple takes.txt +18 -0
- package/config/hard/Rummikub2/output/02 - A lot of actions.txt +29 -0
- package/config/hard/Rummikub2/output/03 - A lot of actions 2.txt +12 -0
- package/config/hard/Rummikub2/output/04 - A lot is irrelevant.txt +31 -0
- package/config/hard/Rummikub2/output/05 - A lot of actions and extra.txt +40 -0
- package/config/hard/Rummikub2/output/06 - Joker.txt +2 -0
- package/config/hard/Rummikub2/output/07 - Joker in set.txt +9 -0
- package/config/hard/Rummikub2/output/08 - Joker outside.txt +6 -0
- package/config/hard/Rummikub2/output/09 - Joker inside.txt +8 -0
- package/config/hard/Rummikub2/output/10 - Joke(r).txt +4 -0
- package/config/hard/Rummikub2/output/11 - Don/342/200/231t use the joker.txt" +6 -0
- package/config/hard/Rummikub2/output/12 - Get that joker.txt +8 -0
- package/config/hard/Rummikub2/output/13 - Joker as early as possible.txt +12 -0
- package/config/hard/Rummikub2/output/14 - With J is better.txt +18 -0
- package/config/hard/Rummikub2/output/15 - Joker combine.txt +7 -0
- package/config/hard/Rummikub2/output/16 - Multiple takes with J.txt +18 -0
- package/config/hard/Rummikub2/output/17 - A lot of actions with J.txt +29 -0
- package/config/hard/Rummikub2/output/18 - A bit of everything.txt +17 -0
- package/config/hard/Rummikub2/output/19 - Many paths to explore.txt +29 -0
- package/config/hard/SimplePascalPL0Compiler/code/CGCode.js +9 -0
- package/config/hard/SimplePascalPL0Compiler/code/CGCode.php +11 -0
- package/config/hard/SimplePascalPL0Compiler/config.json +88 -0
- package/config/hard/SimplePascalPL0Compiler/input/01 - Simple example.txt +4 -0
- package/config/hard/SimplePascalPL0Compiler/input/02 - While and If.txt +16 -0
- package/config/hard/SimplePascalPL0Compiler/input/03 - Procedure.txt +34 -0
- package/config/hard/SimplePascalPL0Compiler/input/04 - Unknown variable.txt +4 -0
- package/config/hard/SimplePascalPL0Compiler/input/05 - ; missing.txt +11 -0
- package/config/hard/SimplePascalPL0Compiler/input/06 - Invalid expression.txt +6 -0
- package/config/hard/SimplePascalPL0Compiler/input/07 - Missing symbol.txt +6 -0
- package/config/hard/SimplePascalPL0Compiler/input/08 - Already exist.txt +18 -0
- package/config/hard/SimplePascalPL0Compiler/input/09 - Constant already exist.txt +11 -0
- package/config/hard/SimplePascalPL0Compiler/input/10 - Variable already exist.txt +12 -0
- package/config/hard/SimplePascalPL0Compiler/input/11 - Invalid statement.txt +14 -0
- package/config/hard/SimplePascalPL0Compiler/input/12 - Odd or Neg.txt +10 -0
- package/config/hard/SimplePascalPL0Compiler/input/13 - Scope.txt +29 -0
- package/config/hard/SimplePascalPL0Compiler/input/14 - No BEGIN.txt +11 -0
- package/config/hard/SimplePascalPL0Compiler/input/15 - Crazy format.txt +32 -0
- package/config/hard/SimplePascalPL0Compiler/input/16 - Nested procedures.txt +42 -0
- package/config/hard/SimplePascalPL0Compiler/output/01 - Simple example.txt +7 -0
- package/config/hard/SimplePascalPL0Compiler/output/02 - While and If.txt +34 -0
- package/config/hard/SimplePascalPL0Compiler/output/03 - Procedure.txt +53 -0
- package/config/hard/SimplePascalPL0Compiler/output/04 - Unknown variable.txt +1 -0
- package/config/hard/SimplePascalPL0Compiler/output/05 - ; missing.txt +1 -0
- package/config/hard/SimplePascalPL0Compiler/output/06 - Invalid expression.txt +1 -0
- package/config/hard/SimplePascalPL0Compiler/output/07 - Missing symbol.txt +1 -0
- package/config/hard/SimplePascalPL0Compiler/output/08 - Already exist.txt +1 -0
- package/config/hard/SimplePascalPL0Compiler/output/09 - Constant already exist.txt +1 -0
- package/config/hard/SimplePascalPL0Compiler/output/10 - Variable already exist.txt +1 -0
- package/config/hard/SimplePascalPL0Compiler/output/11 - Invalid statement.txt +1 -0
- package/config/hard/SimplePascalPL0Compiler/output/12 - Odd or Neg.txt +15 -0
- package/config/hard/SimplePascalPL0Compiler/output/13 - Scope.txt +23 -0
- package/config/hard/SimplePascalPL0Compiler/output/14 - No BEGIN.txt +23 -0
- package/config/hard/SimplePascalPL0Compiler/output/15 - Crazy format.txt +56 -0
- package/config/hard/SimplePascalPL0Compiler/output/16 - Nested procedures.txt +54 -0
- package/config/hard/SolveForX/code/CGCode.js +11 -0
- package/config/hard/SolveForX/code/CGCode.php +14 -0
- package/config/hard/SolveForX/config.json +68 -0
- package/config/hard/SolveForX/input/01 - Addition.txt +7 -0
- package/config/hard/SolveForX/input/02 - Subtraction.txt +7 -0
- package/config/hard/SolveForX/input/03 - Multiplication.txt +7 -0
- package/config/hard/SolveForX/input/04 - Division I.txt +5 -0
- package/config/hard/SolveForX/input/05 - Division II.txt +5 -0
- package/config/hard/SolveForX/input/06 - Sorting Subexpressions.txt +9 -0
- package/config/hard/SolveForX/input/07 - Easy.txt +41 -0
- package/config/hard/SolveForX/input/08 - Medium.txt +31 -0
- package/config/hard/SolveForX/input/09 - Hard I.txt +23 -0
- package/config/hard/SolveForX/input/10 - Hard II.txt +21 -0
- package/config/hard/SolveForX/input/11 - Hard III.txt +21 -0
- package/config/hard/SolveForX/input/12 - 24 The Long Game - A Tribute.txt +5 -0
- package/config/hard/SolveForX/output/01 - Addition.txt +6 -0
- package/config/hard/SolveForX/output/02 - Subtraction.txt +6 -0
- package/config/hard/SolveForX/output/03 - Multiplication.txt +6 -0
- package/config/hard/SolveForX/output/04 - Division I.txt +4 -0
- package/config/hard/SolveForX/output/05 - Division II.txt +4 -0
- package/config/hard/SolveForX/output/06 - Sorting Subexpressions.txt +8 -0
- package/config/hard/SolveForX/output/07 - Easy.txt +40 -0
- package/config/hard/SolveForX/output/08 - Medium.txt +30 -0
- package/config/hard/SolveForX/output/09 - Hard I.txt +22 -0
- package/config/hard/SolveForX/output/10 - Hard II.txt +20 -0
- package/config/hard/SolveForX/output/11 - Hard III.txt +20 -0
- package/config/hard/SolveForX/output/12 - 24 The Long Game - A Tribute.txt +4 -0
- package/config/hard/StringBallsII/code/CGCode.js +7 -0
- package/config/hard/StringBallsII/code/CGCode.php +8 -0
- package/config/hard/StringBallsII/config.json +103 -0
- package/config/hard/StringBallsII/input/01 - Easy Test.txt +2 -0
- package/config/hard/StringBallsII/input/02 - 10 Char Center, Short Radius.txt +2 -0
- package/config/hard/StringBallsII/input/03 - 10 Char Center, Medium Radius.txt +2 -0
- package/config/hard/StringBallsII/input/04 - 10 Char Center, Long Radius.txt +2 -0
- package/config/hard/StringBallsII/input/05 - 20 Char Center, Short Radius.txt +2 -0
- package/config/hard/StringBallsII/input/06 - 20 Char Center, Medium Radius.txt +2 -0
- package/config/hard/StringBallsII/input/07 - 20 Char Center, Long Radius.txt +2 -0
- package/config/hard/StringBallsII/input/08 - Turn Up The Heat I.txt +2 -0
- package/config/hard/StringBallsII/input/09 - Turn Up The Heat II.txt +2 -0
- package/config/hard/StringBallsII/input/10 - Medium Stress I.txt +2 -0
- package/config/hard/StringBallsII/input/11 - Medium Stress II.txt +2 -0
- package/config/hard/StringBallsII/input/12 - Medium Stress III.txt +2 -0
- package/config/hard/StringBallsII/input/13 - Extreme Stress I.txt +2 -0
- package/config/hard/StringBallsII/input/14 - Extreme Stress II.txt +2 -0
- package/config/hard/StringBallsII/input/15 - Extreme Stress III.txt +2 -0
- package/config/hard/StringBallsII/input/16 - Ultimate Stress I.txt +2 -0
- package/config/hard/StringBallsII/input/17 - Ultimate Stress II.txt +2 -0
- package/config/hard/StringBallsII/input/18 - Ultimate Stress III.txt +2 -0
- package/config/hard/StringBallsII/input/19 - Please Stop!.txt +2 -0
- package/config/hard/StringBallsII/output/01 - Easy Test.txt +1 -0
- package/config/hard/StringBallsII/output/02 - 10 Char Center, Short Radius.txt +1 -0
- package/config/hard/StringBallsII/output/03 - 10 Char Center, Medium Radius.txt +1 -0
- package/config/hard/StringBallsII/output/04 - 10 Char Center, Long Radius.txt +1 -0
- package/config/hard/StringBallsII/output/05 - 20 Char Center, Short Radius.txt +1 -0
- package/config/hard/StringBallsII/output/06 - 20 Char Center, Medium Radius.txt +1 -0
- package/config/hard/StringBallsII/output/07 - 20 Char Center, Long Radius.txt +1 -0
- package/config/hard/StringBallsII/output/08 - Turn Up The Heat I.txt +1 -0
- package/config/hard/StringBallsII/output/09 - Turn Up The Heat II.txt +1 -0
- package/config/hard/StringBallsII/output/10 - Medium Stress I.txt +1 -0
- package/config/hard/StringBallsII/output/11 - Medium Stress II.txt +1 -0
- package/config/hard/StringBallsII/output/12 - Medium Stress III.txt +1 -0
- package/config/hard/StringBallsII/output/13 - Extreme Stress I.txt +1 -0
- package/config/hard/StringBallsII/output/14 - Extreme Stress II.txt +1 -0
- package/config/hard/StringBallsII/output/15 - Extreme Stress III.txt +1 -0
- package/config/hard/StringBallsII/output/16 - Ultimate Stress I.txt +1 -0
- package/config/hard/StringBallsII/output/17 - Ultimate Stress II.txt +1 -0
- package/config/hard/StringBallsII/output/18 - Ultimate Stress III.txt +1 -0
- package/config/hard/StringBallsII/output/19 - Please Stop!.txt +1 -0
- package/config/hard/TetrisFloor/code/CGCode.js +21 -0
- package/config/hard/TetrisFloor/code/CGCode.php +14 -0
- package/config/hard/TetrisFloor/config.json +83 -0
- package/config/hard/TetrisFloor/input/01 - Studio.txt +9 -0
- package/config/hard/TetrisFloor/input/02 - Studio #2.txt +10 -0
- package/config/hard/TetrisFloor/input/03 - One Bedroom.txt +12 -0
- package/config/hard/TetrisFloor/input/04 - One Bedroom #2.txt +12 -0
- package/config/hard/TetrisFloor/input/05 - Two Bedrooms.txt +11 -0
- package/config/hard/TetrisFloor/input/06 - Two Bedrooms #2.txt +20 -0
- package/config/hard/TetrisFloor/input/07 - Conformity.txt +19 -0
- package/config/hard/TetrisFloor/input/08 - Conformity #2.txt +23 -0
- package/config/hard/TetrisFloor/input/09 - Many Possibilities.txt +14 -0
- package/config/hard/TetrisFloor/input/10 - Similar Prices.txt +16 -0
- package/config/hard/TetrisFloor/input/11 - Tetris.txt +14 -0
- package/config/hard/TetrisFloor/input/12 - Orientation N-S.txt +25 -0
- package/config/hard/TetrisFloor/input/13 - Orientation E-W.txt +86 -0
- package/config/hard/TetrisFloor/input/14 - Random.txt +52 -0
- package/config/hard/TetrisFloor/input/15 - Random #2.txt +44 -0
- package/config/hard/TetrisFloor/output/01 - Studio.txt +3 -0
- package/config/hard/TetrisFloor/output/02 - Studio #2.txt +3 -0
- package/config/hard/TetrisFloor/output/03 - One Bedroom.txt +3 -0
- package/config/hard/TetrisFloor/output/04 - One Bedroom #2.txt +3 -0
- package/config/hard/TetrisFloor/output/05 - Two Bedrooms.txt +3 -0
- package/config/hard/TetrisFloor/output/06 - Two Bedrooms #2.txt +3 -0
- package/config/hard/TetrisFloor/output/07 - Conformity.txt +3 -0
- package/config/hard/TetrisFloor/output/08 - Conformity #2.txt +3 -0
- package/config/hard/TetrisFloor/output/09 - Many Possibilities.txt +3 -0
- package/config/hard/TetrisFloor/output/10 - Similar Prices.txt +3 -0
- package/config/hard/TetrisFloor/output/11 - Tetris.txt +3 -0
- package/config/hard/TetrisFloor/output/12 - Orientation N-S.txt +3 -0
- package/config/hard/TetrisFloor/output/13 - Orientation E-W.txt +3 -0
- package/config/hard/TetrisFloor/output/14 - Random.txt +3 -0
- package/config/hard/TetrisFloor/output/15 - Random #2.txt +3 -0
- package/config/hard/TheBurglarsDilemna/code/CGCode.js +13 -0
- package/config/hard/TheBurglarsDilemna/code/CGCode.php +16 -0
- package/config/hard/TheBurglarsDilemna/config.json +43 -0
- package/config/hard/TheBurglarsDilemna/input/01 - Simple solution.txt +8 -0
- package/config/hard/TheBurglarsDilemna/input/02 - Obvious fleeing.txt +4 -0
- package/config/hard/TheBurglarsDilemna/input/03 - More attempts with 0 & 9.txt +22 -0
- package/config/hard/TheBurglarsDilemna/input/04 - Two possibilities.txt +12 -0
- package/config/hard/TheBurglarsDilemna/input/05 - Long Code.txt +14 -0
- package/config/hard/TheBurglarsDilemna/input/06 - Short code.txt +8 -0
- package/config/hard/TheBurglarsDilemna/input/07 - Short code redux.txt +10 -0
- package/config/hard/TheBurglarsDilemna/output/01 - Simple solution.txt +1 -0
- package/config/hard/TheBurglarsDilemna/output/02 - Obvious fleeing.txt +1 -0
- package/config/hard/TheBurglarsDilemna/output/03 - More attempts with 0 & 9.txt +1 -0
- package/config/hard/TheBurglarsDilemna/output/04 - Two possibilities.txt +1 -0
- package/config/hard/TheBurglarsDilemna/output/05 - Long Code.txt +1 -0
- package/config/hard/TheBurglarsDilemna/output/06 - Short code.txt +1 -0
- package/config/hard/TheBurglarsDilemna/output/07 - Short code redux.txt +1 -0
- package/config/hard/TheFlightOfBirds/code/CGCode.js +19 -0
- package/config/hard/TheFlightOfBirds/code/CGCode.php +14 -0
- package/config/hard/TheFlightOfBirds/config.json +53 -0
- package/config/hard/TheFlightOfBirds/input/01 - test 1 2 birds, 0 wall collision, 0 bird collision.txt +6 -0
- package/config/hard/TheFlightOfBirds/input/02 - test 2 2 birds, 5 wall collisions, 0 bird collision.txt +6 -0
- package/config/hard/TheFlightOfBirds/input/03 - test 3 2 birds, 0 wall collisions, 1 bird collision.txt +6 -0
- package/config/hard/TheFlightOfBirds/input/04 - test 4 4 birds, 4 wall collisions, 3 bird collisions.txt +8 -0
- package/config/hard/TheFlightOfBirds/input/05 - test 5 4 birds, 9 wall collisions, 5 bird collisions.txt +8 -0
- package/config/hard/TheFlightOfBirds/input/06 - test 6 10 birds, 20 wall collisions, 12 bird collisions.txt +14 -0
- package/config/hard/TheFlightOfBirds/input/07 - test 7 80 birds, 89 wall collisions, 203 bird collisions.txt +84 -0
- package/config/hard/TheFlightOfBirds/input/08 - test 8 No movement.txt +8 -0
- package/config/hard/TheFlightOfBirds/input/09 - test 9 Return to initial position.txt +13 -0
- package/config/hard/TheFlightOfBirds/output/01 - test 1 2 birds, 0 wall collision, 0 bird collision.txt +2 -0
- package/config/hard/TheFlightOfBirds/output/02 - test 2 2 birds, 5 wall collisions, 0 bird collision.txt +2 -0
- package/config/hard/TheFlightOfBirds/output/03 - test 3 2 birds, 0 wall collisions, 1 bird collision.txt +2 -0
- package/config/hard/TheFlightOfBirds/output/04 - test 4 4 birds, 4 wall collisions, 3 bird collisions.txt +4 -0
- package/config/hard/TheFlightOfBirds/output/05 - test 5 4 birds, 9 wall collisions, 5 bird collisions.txt +4 -0
- package/config/hard/TheFlightOfBirds/output/06 - test 6 10 birds, 20 wall collisions, 12 bird collisions.txt +10 -0
- package/config/hard/TheFlightOfBirds/output/07 - test 7 80 birds, 89 wall collisions, 203 bird collisions.txt +80 -0
- package/config/hard/TheFlightOfBirds/output/08 - test 8 No movement.txt +1 -0
- package/config/hard/TheFlightOfBirds/output/09 - test 9 Return to initial position.txt +9 -0
- package/config/hard/TheHiddenFortress/code/CGCode.js +11 -0
- package/config/hard/TheHiddenFortress/code/CGCode.php +14 -0
- package/config/hard/TheHiddenFortress/config.json +48 -0
- package/config/hard/TheHiddenFortress/input/01 - 3 x 3.txt +4 -0
- package/config/hard/TheHiddenFortress/input/02 - Another 3 x 3.txt +4 -0
- package/config/hard/TheHiddenFortress/input/03 - 5 x 5.txt +6 -0
- package/config/hard/TheHiddenFortress/input/04 - 11 x 11.txt +12 -0
- package/config/hard/TheHiddenFortress/input/05 - 16 x 16.txt +17 -0
- package/config/hard/TheHiddenFortress/input/06 - 21 x 21.txt +22 -0
- package/config/hard/TheHiddenFortress/input/07 - 31 x 31, airy.txt +32 -0
- package/config/hard/TheHiddenFortress/input/08 - 31 x 31, dense.txt +32 -0
- package/config/hard/TheHiddenFortress/output/01 - 3 x 3.txt +3 -0
- package/config/hard/TheHiddenFortress/output/02 - Another 3 x 3.txt +3 -0
- package/config/hard/TheHiddenFortress/output/03 - 5 x 5.txt +5 -0
- package/config/hard/TheHiddenFortress/output/04 - 11 x 11.txt +11 -0
- package/config/hard/TheHiddenFortress/output/05 - 16 x 16.txt +16 -0
- package/config/hard/TheHiddenFortress/output/06 - 21 x 21.txt +21 -0
- package/config/hard/TheHiddenFortress/output/07 - 31 x 31, airy.txt +31 -0
- package/config/hard/TheHiddenFortress/output/08 - 31 x 31, dense.txt +31 -0
- package/config/hard/WhoDunnit/code/CGCode.js +11 -0
- package/config/hard/WhoDunnit/code/CGCode.php +11 -0
- package/config/hard/WhoDunnit/config.json +108 -0
- package/config/hard/WhoDunnit/input/01 - Example.txt +7 -0
- package/config/hard/WhoDunnit/input/02 - Example shuffled.txt +7 -0
- package/config/hard/WhoDunnit/input/03 - Direct implication.txt +5 -0
- package/config/hard/WhoDunnit/input/04 - Three suspects.txt +7 -0
- package/config/hard/WhoDunnit/input/05 - Unidentified weapon.txt +8 -0
- package/config/hard/WhoDunnit/input/06 - Confession.txt +2 -0
- package/config/hard/WhoDunnit/input/07 - Accomplice.txt +10 -0
- package/config/hard/WhoDunnit/input/08 - Double homicide.txt +16 -0
- package/config/hard/WhoDunnit/input/09 - Triple homicide.txt +24 -0
- package/config/hard/WhoDunnit/input/10 - Airtight alibi.txt +25 -0
- package/config/hard/WhoDunnit/input/11 - Murder! by Anthony and Elva Pratt.txt +14 -0
- package/config/hard/WhoDunnit/input/12 - (Spoiler) Plot device by Rian Johnson.txt +31 -0
- package/config/hard/WhoDunnit/input/13 - Accessory after the fact.txt +24 -0
- package/config/hard/WhoDunnit/input/14 - Silent co-conspirators.txt +49 -0
- package/config/hard/WhoDunnit/input/15 - Motive.txt +61 -0
- package/config/hard/WhoDunnit/input/16 - Chain of reasoning.txt +101 -0
- package/config/hard/WhoDunnit/input/17 - Kitchen Sink.txt +102 -0
- package/config/hard/WhoDunnit/input/18 - Jaw dropper.txt +251 -0
- package/config/hard/WhoDunnit/input/19 - Unexpected twist.txt +251 -0
- package/config/hard/WhoDunnit/input/20 - Alternative ending.txt +251 -0
- package/config/hard/WhoDunnit/output/01 - Example.txt +1 -0
- package/config/hard/WhoDunnit/output/02 - Example shuffled.txt +1 -0
- package/config/hard/WhoDunnit/output/03 - Direct implication.txt +1 -0
- package/config/hard/WhoDunnit/output/04 - Three suspects.txt +1 -0
- package/config/hard/WhoDunnit/output/05 - Unidentified weapon.txt +1 -0
- package/config/hard/WhoDunnit/output/06 - Confession.txt +1 -0
- package/config/hard/WhoDunnit/output/07 - Accomplice.txt +1 -0
- package/config/hard/WhoDunnit/output/08 - Double homicide.txt +1 -0
- package/config/hard/WhoDunnit/output/09 - Triple homicide.txt +1 -0
- package/config/hard/WhoDunnit/output/10 - Airtight alibi.txt +1 -0
- package/config/hard/WhoDunnit/output/11 - Murder! by Anthony and Elva Pratt.txt +1 -0
- package/config/hard/WhoDunnit/output/12 - (Spoiler) Plot device by Rian Johnson.txt +1 -0
- package/config/hard/WhoDunnit/output/13 - Accessory after the fact.txt +1 -0
- package/config/hard/WhoDunnit/output/14 - Silent co-conspirators.txt +1 -0
- package/config/hard/WhoDunnit/output/15 - Motive.txt +1 -0
- package/config/hard/WhoDunnit/output/16 - Chain of reasoning.txt +1 -0
- package/config/hard/WhoDunnit/output/17 - Kitchen Sink.txt +1 -0
- package/config/hard/WhoDunnit/output/18 - Jaw dropper.txt +1 -0
- package/config/hard/WhoDunnit/output/19 - Unexpected twist.txt +1 -0
- package/config/hard/WhoDunnit/output/20 - Alternative ending.txt +1 -0
- package/config/{easy → medium}/PachinkoJackpot/config.json +1 -1
- package/config/{easy → medium}/ZhiweiSunSquares/config.json +1 -1
- package/config/medium/ZhiweiSunSquares/output/02 - test 2.txt +1 -0
- package/config/medium/ZhiweiSunSquares/output/03 - test 3.txt +1 -0
- package/config/medium/ZhiweiSunSquares/output/09 - test 9.txt +1 -0
- package/package.json +1 -1
- /package/config/easy/{ZhiweiSunSquares/output/01 - test 1.txt → DartsCheckoutRoutes/output/01 - Simple.txt} +0 -0
- /package/config/easy/{ZhiweiSunSquares/output/02 - test 2.txt → DartsCheckoutRoutes/output/04 - Max Score.txt} +0 -0
- /package/config/{easy/ZhiweiSunSquares/output/09 - test 9.txt → hard/FoldAndCut/output/03 - test 3.txt} +0 -0
- /package/config/{easy → medium}/PachinkoJackpot/code/CGCode.js +0 -0
- /package/config/{easy → medium}/PachinkoJackpot/code/CGCode.php +0 -0
- /package/config/{easy → medium}/PachinkoJackpot/input/01 - Example.txt +0 -0
- /package/config/{easy → medium}/PachinkoJackpot/input/02 - Multipliers.txt +0 -0
- /package/config/{easy → medium}/PachinkoJackpot/input/03 - Flat prizes.txt +0 -0
- /package/config/{easy → medium}/PachinkoJackpot/input/04 - Missing catcher.txt +0 -0
- /package/config/{easy → medium}/PachinkoJackpot/input/05 - Triple Potential.txt +0 -0
- /package/config/{easy → medium}/PachinkoJackpot/input/06 - Level pegging.txt +0 -0
- /package/config/{easy → medium}/PachinkoJackpot/input/07 - Smallish.txt +0 -0
- /package/config/{easy → medium}/PachinkoJackpot/input/08 - Medium.txt +0 -0
- /package/config/{easy → medium}/PachinkoJackpot/input/09 - Large.txt +0 -0
- /package/config/{easy → medium}/PachinkoJackpot/input/10 - Extra large.txt +0 -0
- /package/config/{easy → medium}/PachinkoJackpot/input/11 - Giant.txt +0 -0
- /package/config/{easy → medium}/PachinkoJackpot/input/12 - Monster.txt +0 -0
- /package/config/{easy → medium}/PachinkoJackpot/output/01 - Example.txt +0 -0
- /package/config/{easy → medium}/PachinkoJackpot/output/02 - Multipliers.txt +0 -0
- /package/config/{easy → medium}/PachinkoJackpot/output/03 - Flat prizes.txt +0 -0
- /package/config/{easy → medium}/PachinkoJackpot/output/04 - Missing catcher.txt +0 -0
- /package/config/{easy → medium}/PachinkoJackpot/output/05 - Triple Potential.txt +0 -0
- /package/config/{easy → medium}/PachinkoJackpot/output/06 - Level pegging.txt +0 -0
- /package/config/{easy → medium}/PachinkoJackpot/output/07 - Smallish.txt +0 -0
- /package/config/{easy → medium}/PachinkoJackpot/output/08 - Medium.txt +0 -0
- /package/config/{easy → medium}/PachinkoJackpot/output/09 - Large.txt +0 -0
- /package/config/{easy → medium}/PachinkoJackpot/output/10 - Extra large.txt +0 -0
- /package/config/{easy → medium}/PachinkoJackpot/output/11 - Giant.txt +0 -0
- /package/config/{easy → medium}/PachinkoJackpot/output/12 - Monster.txt +0 -0
- /package/config/{easy → medium}/ZhiweiSunSquares/code/CGCode.js +0 -0
- /package/config/{easy → medium}/ZhiweiSunSquares/code/CGCode.php +0 -0
- /package/config/{easy → medium}/ZhiweiSunSquares/input/01 - test 1.txt +0 -0
- /package/config/{easy → medium}/ZhiweiSunSquares/input/02 - test 2.txt +0 -0
- /package/config/{easy → medium}/ZhiweiSunSquares/input/03 - test 3.txt +0 -0
- /package/config/{easy → medium}/ZhiweiSunSquares/input/04 - test 4.txt +0 -0
- /package/config/{easy → medium}/ZhiweiSunSquares/input/05 - test 5.txt +0 -0
- /package/config/{easy → medium}/ZhiweiSunSquares/input/06 - test 6.txt +0 -0
- /package/config/{easy → medium}/ZhiweiSunSquares/input/07 - test 7.txt +0 -0
- /package/config/{easy → medium}/ZhiweiSunSquares/input/08 - test 8.txt +0 -0
- /package/config/{easy → medium}/ZhiweiSunSquares/input/09 - test 9.txt +0 -0
- /package/config/{easy/ZhiweiSunSquares/output/03 - test 3.txt → medium/ZhiweiSunSquares/output/01 - test 1.txt} +0 -0
- /package/config/{easy → medium}/ZhiweiSunSquares/output/04 - test 4.txt +0 -0
- /package/config/{easy → medium}/ZhiweiSunSquares/output/05 - test 5.txt +0 -0
- /package/config/{easy → medium}/ZhiweiSunSquares/output/06 - test 6.txt +0 -0
- /package/config/{easy → medium}/ZhiweiSunSquares/output/07 - test 7.txt +0 -0
- /package/config/{easy → medium}/ZhiweiSunSquares/output/08 - test 8.txt +0 -0
@@ -0,0 +1,101 @@
|
|
1
|
+
100 3
|
2
|
+
Admiral Duckbill, Captain Navy, Private Aquamarine
|
3
|
+
attic, brick
|
4
|
+
axe, Baron Blue
|
5
|
+
balcony, Earl Grey
|
6
|
+
baptism service, Father Lavender
|
7
|
+
Baron Blue, criminal cover up
|
8
|
+
Baroness Silver, incarceration
|
9
|
+
basement, baptism service
|
10
|
+
bedchamber, revenge
|
11
|
+
bottle of poison, tournament
|
12
|
+
brass mallet, shovel
|
13
|
+
brick, orchard
|
14
|
+
candlestick, mental illness
|
15
|
+
Captain Navy, poolside
|
16
|
+
cellar, sea voyage
|
17
|
+
Chief Brown, class envy
|
18
|
+
choir practice, terrace
|
19
|
+
class envy, General Gold
|
20
|
+
Coach Green, sword
|
21
|
+
Commander Beige, balcony
|
22
|
+
Corporal Purple, cudgel
|
23
|
+
council meeting, guest house
|
24
|
+
Count Olive, garden
|
25
|
+
Countess Ivory, Commander Beige
|
26
|
+
criminal cover up, Lieutenant Feather
|
27
|
+
cudgel, garage
|
28
|
+
dance recital, meat cleaver
|
29
|
+
Deputy Khaki, tennis court
|
30
|
+
dining hall, Countess Ivory
|
31
|
+
Doctor Maroon, Master Teal
|
32
|
+
Duchess Quail, Reverend Crimson
|
33
|
+
Duke Pelican, attic
|
34
|
+
Earl Grey, Admiral Duckbill
|
35
|
+
Father Lavender, Viceroy Platypus
|
36
|
+
fire poker, patio
|
37
|
+
foyer, Rabbi Black
|
38
|
+
garage, axe
|
39
|
+
garden, Deputy Khaki
|
40
|
+
General Gold, poisoned dart
|
41
|
+
guest house, Marquis Malard
|
42
|
+
gymnasium, handgun
|
43
|
+
handgun, Lady Violet
|
44
|
+
heat of passion, Baroness Silver
|
45
|
+
hedge maze, revolver
|
46
|
+
home office, reading room
|
47
|
+
ice pick, brass mallet
|
48
|
+
incarceration, sledgehammer
|
49
|
+
inheritance, gymnasium
|
50
|
+
insurance fraud, Professor Pinkish
|
51
|
+
Judge Red, piano wire
|
52
|
+
kitchen, Duke Pelican
|
53
|
+
Lady Violet, Major Pheasant
|
54
|
+
lawn gnome, studio
|
55
|
+
Lieutenant Feather, Coach Green
|
56
|
+
Lord Indigo, play room
|
57
|
+
Madame Turquoise, bedchamber
|
58
|
+
Major Pheasant, Count Olive
|
59
|
+
Marquis Malard, Judge Red
|
60
|
+
Master Teal, ice pick
|
61
|
+
meat cleaver, fire poker
|
62
|
+
mental illness, Mother Goose
|
63
|
+
Miss Salmon, Madame Turquoise
|
64
|
+
mistaken identity, Chief Brown
|
65
|
+
Monsieur Orange, Doctor Maroon
|
66
|
+
Mother Goose, Princess Swan
|
67
|
+
noose, theater
|
68
|
+
orchard, lawn gnome
|
69
|
+
patio, pocket pistol
|
70
|
+
piano wire, Senator Limelight
|
71
|
+
play room, council meeting
|
72
|
+
pocket pistol, choir practice
|
73
|
+
poisoned dart, Signore Siena
|
74
|
+
power and control, mistaken identity
|
75
|
+
Prince Chartreuse, hedge maze
|
76
|
+
Princess Swan, Miss Salmon
|
77
|
+
Private Aquamarine, theater performance
|
78
|
+
Professor Pinkish, dining hall
|
79
|
+
Rabbi Black, poolside, noose
|
80
|
+
reading room, insurance fraud
|
81
|
+
revenge, kitchen
|
82
|
+
Reverend Crimson, Sergeant Turkey
|
83
|
+
revolver, candlestick
|
84
|
+
romantic jealousy, cellar
|
85
|
+
salon, home office
|
86
|
+
sea voyage, heat of passion
|
87
|
+
secret passageway, basement
|
88
|
+
Senator Limelight, Prince Chartreuse
|
89
|
+
Sergeant Turkey, inheritance
|
90
|
+
shovel, Sir Guineahen
|
91
|
+
Signore Siena, Monsieur Orange
|
92
|
+
Sir Guineahen, salon
|
93
|
+
sledgehammer, dance recital
|
94
|
+
studio, Corporal Purple
|
95
|
+
sword, Duchess Quail
|
96
|
+
tennis court, power and control
|
97
|
+
terrace, Lord Indigo
|
98
|
+
theater performance, secret passageway
|
99
|
+
theater, foyer
|
100
|
+
tournament, romantic jealousy
|
101
|
+
Viceroy Platypus, bottle of poison
|
@@ -0,0 +1,102 @@
|
|
1
|
+
101 9
|
2
|
+
Major Pheasant, Sergeant Turkey, Lieutenant Feather, Mother Goose, Sir Guineahen, Marquis Malard, Duchess Quail, Duke Pelican, Princess Swan
|
3
|
+
Major Pheasant, Professor Pinkish, Lady Violet, Monsieur Orange
|
4
|
+
Sergeant Turkey, Reverend Crimson, Father Lavender, Deputy Khaki
|
5
|
+
Lieutenant Feather, Madame Turquoise, Earl Grey, Judge Red
|
6
|
+
Mother Goose, Lord Indigo, Master Teal, Corporal Purple
|
7
|
+
Sir Guineahen, Count Olive, Captain Navy, Coach Green
|
8
|
+
Marquis Malard, Commander Beige, Countess Ivory, General Gold
|
9
|
+
Duchess Quail, Prince Chartreuse, Private Aquamarine, Chief Brown
|
10
|
+
Duke Pelican, Doctor Maroon, Baron Blue, Senator Limelight
|
11
|
+
Princess Swan, Miss Salmon, Baroness Silver, Rabbi Black
|
12
|
+
Madame Turquoise, theater performance
|
13
|
+
Reverend Crimson, baptism service
|
14
|
+
Doctor Maroon, surgery
|
15
|
+
Lady Violet, bank receipt
|
16
|
+
Lord Indigo, tournament
|
17
|
+
Prince Chartreuse, sea voyage
|
18
|
+
Monsieur Orange, incarceration
|
19
|
+
Master Teal, interview
|
20
|
+
Commander Beige, train ticket
|
21
|
+
Miss Salmon, dance recital
|
22
|
+
Father Lavender, choir practice
|
23
|
+
Count Olive, piano concerto
|
24
|
+
Countess Ivory, ballet staging
|
25
|
+
Earl Grey, council meeting
|
26
|
+
Baron Blue, opera
|
27
|
+
Baroness Silver, in transit
|
28
|
+
General Gold, headquarters
|
29
|
+
Captain Navy, debriefing
|
30
|
+
Private Aquamarine, active duty
|
31
|
+
Corporal Purple, hometown
|
32
|
+
Professor Pinkish, lecture
|
33
|
+
Deputy Khaki, search warrant
|
34
|
+
Judge Red, preliminary hearing
|
35
|
+
Coach Green, sparring match
|
36
|
+
Chief Brown, casino
|
37
|
+
Senator Limelight, brothel
|
38
|
+
Rabbi Black, sermon
|
39
|
+
search warrant, ice pick, terrace
|
40
|
+
dance recital, criminal cover up, pocket pistol
|
41
|
+
ballet staging, handgun, hedge maze
|
42
|
+
mistaken identity, search warrant, patio
|
43
|
+
search warrant, revenge, pocket pistol
|
44
|
+
theater performance, heat of passion, dining hall
|
45
|
+
debriefing, handgun, patio
|
46
|
+
hometown, romantic jealousy, secret passageway
|
47
|
+
class envy, handgun, patio
|
48
|
+
mental illness, cudgel, hedge maze
|
49
|
+
inheritance, bottle of poison, cellar
|
50
|
+
surgery, revenge, basement
|
51
|
+
lecture, revenge, pocket pistol
|
52
|
+
insurance fraud, lawn gnome, kitchen
|
53
|
+
theater performance, candlestick, foyer
|
54
|
+
dance recital, candlestick, cellar
|
55
|
+
hometown, heat of passion, cellar
|
56
|
+
debriefing, revolver, tennis court
|
57
|
+
lecture, sledgehammer, tennis court
|
58
|
+
tournament, power and control, basement
|
59
|
+
sermon, fire poker, bedchamber
|
60
|
+
sea voyage, handgun, bedchamber
|
61
|
+
romantic jealousy, brick, cellar
|
62
|
+
power and control, sparring match, play room
|
63
|
+
casino, mental illness, shovel
|
64
|
+
dance recital, heat of passion, brick
|
65
|
+
opera, bottle of poison, attic
|
66
|
+
mistaken identity, lawn gnome, kitchen
|
67
|
+
hometown, romantic jealousy, piano wire
|
68
|
+
mistaken identity, brass mallet, studio
|
69
|
+
opera, mental illness, studio
|
70
|
+
debriefing, cudgel, hedge maze
|
71
|
+
opera, candlestick, foyer
|
72
|
+
council meeting, noose, basement
|
73
|
+
heat of passion, meat cleaver, play room
|
74
|
+
debriefing, insurance fraud, bottle of poison
|
75
|
+
baptism service, ice pick, criminal cover up
|
76
|
+
bank receipt, dining hall, fire poker
|
77
|
+
incarceration, secret passageway, sword
|
78
|
+
interview, revolver, attic
|
79
|
+
train ticket, sledgehammer, mistaken identity
|
80
|
+
choir practice, fire poker, inheritance
|
81
|
+
piano concerto, shovel, class envy
|
82
|
+
in transit, brass mallet, poolside
|
83
|
+
headquarters, noose, guest house
|
84
|
+
inheritance, lawn gnome, play room
|
85
|
+
dance recital, mental illness, reading room
|
86
|
+
ballet staging, reading room, shovel
|
87
|
+
criminal cover up, sledgehammer, balcony
|
88
|
+
inheritance, pocket pistol, play room
|
89
|
+
lecture, power and control, axe
|
90
|
+
theater performance, meat cleaver, patio
|
91
|
+
power and control, preliminary hearing, cellar
|
92
|
+
bank receipt, mental illness, sledgehammer
|
93
|
+
mistaken identity, lawn gnome, basement
|
94
|
+
inheritance, poisoned dart, secret passageway
|
95
|
+
power and control, poisoned dart, attic
|
96
|
+
opera, heat of passion, handgun
|
97
|
+
hometown, revenge, axe
|
98
|
+
ballet staging, revenge, pocket pistol
|
99
|
+
active duty, poolside, brick
|
100
|
+
guest house, shovel, brothel
|
101
|
+
terrace, sword, insurance fraud
|
102
|
+
balcony, piano wire, class envy
|
@@ -0,0 +1,251 @@
|
|
1
|
+
250 3
|
2
|
+
Hired Nurse, Male Inlaw, Beauty Entrepreneur
|
3
|
+
Hired Nurse, Dr A, Dr B, Dr C, Dr D, Dr E, Dr F, Dr G, Dr H, Dr I, Dr J, Dr K, Dr L, Dr M, Dr N, Dr O, Dr P, Dr Q, Dr R, Dr S, Dr T, Dr U, Dr V, Dr W, Dr X, Dr Y
|
4
|
+
Male Inlaw, Mr A, Mr B, Mr C, Mr D, Mr E, Mr F, Mr G, Mr H, Mr I, Mr J, Mr K, Mr L, Mr M, Mr N, Mr O, Mr P, Mr Q, Mr R, Mr S, Mr T, Mr U, Mr V, Mr W, Mr X, Mr Y
|
5
|
+
Beauty Entrepreneur, Ms A, Ms B, Ms C, Ms D, Ms E, Ms F, Ms G, Ms H, Ms I, Ms J, Ms K, Ms L, Ms M, Ms N, Ms O, Ms P, Ms Q, Ms R, Ms S, Ms T, Ms U, Ms V, Ms W, Ms X, Ms Y
|
6
|
+
Dr A, room A, item A, time A
|
7
|
+
Dr B, room B, item B, time B
|
8
|
+
Dr C, room C, item C, time C
|
9
|
+
Dr D, room D, item D, time D
|
10
|
+
Dr E, room E, item E, time E
|
11
|
+
Dr F, room F, item F, time F
|
12
|
+
Dr G, room G, item G, time G
|
13
|
+
Dr H, room H, item H, time H
|
14
|
+
Dr I, room I, item I, time I
|
15
|
+
Dr J, room J, item J, time J
|
16
|
+
Dr K, room K, item K, time K
|
17
|
+
Dr L, room L, item L, time L
|
18
|
+
Dr M, room M, item M, time M
|
19
|
+
Dr N, room N, item N, time N
|
20
|
+
Dr O, room O, item O, time O
|
21
|
+
Dr P, room P, item P, time P
|
22
|
+
Dr Q, room Q, item Q, time Q
|
23
|
+
Dr R, room R, item R, time R
|
24
|
+
Dr S, room S, item S, time S
|
25
|
+
Dr T, room T, item T, time T
|
26
|
+
Dr U, room U, item U, time U
|
27
|
+
Dr V, room V, item V, time V
|
28
|
+
Dr W, room W, item W, time W
|
29
|
+
Dr X, room X, item X, time X
|
30
|
+
Dr Y, room Y, item Y, time Y
|
31
|
+
Mr A, area A, data A, idea A
|
32
|
+
Mr B, area B, data B, idea B
|
33
|
+
Mr C, area C, data C, idea C
|
34
|
+
Mr D, area D, data D, idea D
|
35
|
+
Mr E, area E, data E, idea E
|
36
|
+
Mr F, area F, data F, idea F
|
37
|
+
Mr G, area G, data G, idea G
|
38
|
+
Mr H, area H, data H, idea H
|
39
|
+
Mr I, area I, data I, idea I
|
40
|
+
Mr J, area J, data J, idea J
|
41
|
+
Mr K, area K, data K, idea K
|
42
|
+
Mr L, area L, data L, idea L
|
43
|
+
Mr M, area M, data M, idea M
|
44
|
+
Mr N, area N, data N, idea N
|
45
|
+
Mr O, area O, data O, idea O
|
46
|
+
Mr P, area P, data P, idea P
|
47
|
+
Mr Q, area Q, data Q, idea Q
|
48
|
+
Mr R, area R, data R, idea R
|
49
|
+
Mr S, area S, data S, idea S
|
50
|
+
Mr T, area T, data T, idea T
|
51
|
+
Mr U, area U, data U, idea U
|
52
|
+
Mr V, area V, data V, idea V
|
53
|
+
Mr W, area W, data W, idea W
|
54
|
+
Mr X, area X, data X, idea X
|
55
|
+
Mr Y, area Y, data Y, idea Y
|
56
|
+
Ms A, plot A, tool A, clue A
|
57
|
+
Ms B, plot B, tool B, clue B
|
58
|
+
Ms C, plot C, tool C, clue C
|
59
|
+
Ms D, plot D, tool D, clue D
|
60
|
+
Ms E, plot E, tool E, clue E
|
61
|
+
Ms F, plot F, tool F, clue F
|
62
|
+
Ms G, plot G, tool G, clue G
|
63
|
+
Ms H, plot H, tool H, clue H
|
64
|
+
Ms I, plot I, tool I, clue I
|
65
|
+
Ms J, plot J, tool J, clue J
|
66
|
+
Ms K, plot K, tool K, clue K
|
67
|
+
Ms L, plot L, tool L, clue L
|
68
|
+
Ms M, plot M, tool M, clue M
|
69
|
+
Ms N, plot N, tool N, clue N
|
70
|
+
Ms O, plot O, tool O, clue O
|
71
|
+
Ms P, plot P, tool P, clue P
|
72
|
+
Ms Q, plot Q, tool Q, clue Q
|
73
|
+
Ms R, plot R, tool R, clue R
|
74
|
+
Ms S, plot S, tool S, clue S
|
75
|
+
Ms T, plot T, tool T, clue T
|
76
|
+
Ms U, plot U, tool U, clue U
|
77
|
+
Ms V, plot V, tool V, clue V
|
78
|
+
Ms W, plot W, tool W, clue W
|
79
|
+
Ms X, plot X, tool X, clue X
|
80
|
+
Ms Y, plot Y, tool Y, clue Y
|
81
|
+
item O, room N, data G, tool B, clue E
|
82
|
+
time J, time C, area C, idea X, tool E
|
83
|
+
room P, item A, data L, data I, plot P
|
84
|
+
time F, data P, clue P, plot Q, tool Y
|
85
|
+
room B, item R, idea C, idea R, tool D
|
86
|
+
item W, item J, data V, data M, clue M
|
87
|
+
item L, room Q, data S, clue A, tool R
|
88
|
+
time K, item G, idea K, tool H, plot N
|
89
|
+
time M, room H, idea T, area U, tool X
|
90
|
+
time W, data H, idea E, area S, tool A
|
91
|
+
room W, item Y, idea U, idea A, clue F
|
92
|
+
room F, item D, idea F, clue J, clue R
|
93
|
+
time H, time N, idea V, area P, tool S
|
94
|
+
room D, data E, clue H, plot B, clue D
|
95
|
+
room V, time G, area V, tool N, clue V
|
96
|
+
room A, room L, area Q, tool P, plot C
|
97
|
+
item X, area H, area Y, clue I, tool G
|
98
|
+
time Y, time S, data U, clue X, clue S
|
99
|
+
item F, idea W, data X, clue W, plot O
|
100
|
+
time D, time I, data O, tool J, tool C
|
101
|
+
room U, time U, time B, area R, clue N
|
102
|
+
item S, room K, idea O, plot H, tool K
|
103
|
+
room E, item V, item C, idea D, plot V
|
104
|
+
item U, area G, area L, area J, plot L
|
105
|
+
room M, item T, area X, plot A, clue Q
|
106
|
+
time O, area O, clue Y, plot X, tool O
|
107
|
+
room T, data F, tool T, clue T, plot S
|
108
|
+
room I, room S, area N, data K, plot W
|
109
|
+
time E, room X, area B, idea S, clue U
|
110
|
+
item Q, data N, plot M, tool L, clue O
|
111
|
+
item P, idea B, plot I, plot T, clue G
|
112
|
+
time X, room O, data Y, data R, plot L
|
113
|
+
item F, area K, idea Y, clue I, tool O
|
114
|
+
room P, item Q, area F, clue Y, clue K
|
115
|
+
room H, data W, area D, plot M, clue G
|
116
|
+
room G, time F, area T, clue E, plot H
|
117
|
+
time G, area I, tool D, tool E, clue B
|
118
|
+
item O, item N, idea L, plot R, tool B
|
119
|
+
item W, item J, data T, plot Y, tool X
|
120
|
+
item S, time E, room T, area E, tool Y
|
121
|
+
time C, item R, data Q, idea N, clue L
|
122
|
+
time M, room N, data D, plot Q, tool I
|
123
|
+
item N, room C, idea P, tool C, plot V
|
124
|
+
time Y, idea J, data A, plot I, plot U
|
125
|
+
room X, item B, area W, data C, clue V
|
126
|
+
time R, data B, idea Q, plot P, clue Q
|
127
|
+
time X, time A, room D, data N, plot F
|
128
|
+
time S, room O, area W, plot G, clue X
|
129
|
+
time O, data V, area A, area K, clue R
|
130
|
+
room E, data O, clue P, tool K, clue C
|
131
|
+
room J, data E, data L, plot C, clue A
|
132
|
+
time T, area D, idea N, tool S, clue U
|
133
|
+
room W, item C, data M, tool V, tool H
|
134
|
+
time V, idea P, area Q, clue O, clue J
|
135
|
+
item I, idea I, data I, clue D, tool U
|
136
|
+
time K, room B, room K, area J, plot E
|
137
|
+
time R, idea X, tool U, clue K, clue M
|
138
|
+
item Y, room A, item H, area C, clue T
|
139
|
+
item D, idea M, clue N, plot B, tool A
|
140
|
+
time Q, data A, plot N, tool T, tool G
|
141
|
+
item P, idea K, area M, plot W, clue S
|
142
|
+
room R, time J, idea W, idea G, clue F
|
143
|
+
room M, time B, data T, tool W, plot F
|
144
|
+
item G, item U, room I, idea Y, clue U
|
145
|
+
item V, data Q, idea T, clue X, plot I
|
146
|
+
room V, area X, idea I, clue I, tool M
|
147
|
+
time H, area R, area A, area H, plot K
|
148
|
+
room Q, idea U, data J, tool X, tool A
|
149
|
+
item M, room L, data B, clue V, tool R
|
150
|
+
item L, area U, area F, tool L, clue W
|
151
|
+
room U, item U, area G, plot S, clue Q
|
152
|
+
item K, time M, area M, area N, tool T
|
153
|
+
item Y, data X, data J, clue W, tool H
|
154
|
+
item C, idea L, data C, tool N, tool J
|
155
|
+
item R, area V, plot A, plot C, clue R
|
156
|
+
time R, idea Q, data F, tool R, clue K
|
157
|
+
item V, item O, idea A, plot N, plot H
|
158
|
+
time A, area L, clue S, plot Q, plot F
|
159
|
+
room P, time P, idea E, idea J, clue G
|
160
|
+
item P, area Y, data G, area P, clue Y
|
161
|
+
time O, idea B, idea F, idea V, clue B
|
162
|
+
time G, data K, data H, tool J, plot O
|
163
|
+
room B, room X, area S, idea O, clue T
|
164
|
+
item G, area O, data Y, plot G, tool U
|
165
|
+
item L, room D, idea C, tool Y, plot L
|
166
|
+
room E, time F, idea H, tool E, clue M
|
167
|
+
time J, idea S, data U, idea G, plot B
|
168
|
+
item Q, time K, idea H, data D, tool G
|
169
|
+
room V, item J, time L, data I, plot M
|
170
|
+
item S, item B, time C, idea N, tool L
|
171
|
+
item M, time E, item D, area Q, clue D
|
172
|
+
room K, data D, data M, idea W, clue H
|
173
|
+
room A, room O, data S, area X, plot W
|
174
|
+
time T, item T, item W, area G, clue N
|
175
|
+
room H, time X, room W, area E, plot P
|
176
|
+
room L, data X, tool S, clue P, tool V
|
177
|
+
room G, area R, data T, tool D, clue A
|
178
|
+
time Y, idea R, tool O, tool K, tool W
|
179
|
+
room Q, area B, tool C, clue F, tool B
|
180
|
+
item A, idea P, idea I, tool O, clue D
|
181
|
+
time I, data W, plot W, clue P, clue J
|
182
|
+
room M, item T, data R, data L, tool H
|
183
|
+
room N, room I, idea D, data Q, plot V
|
184
|
+
item E, area H, area D, plot M, tool L
|
185
|
+
time B, area T, area B, data A, plot C
|
186
|
+
time N, item F, area Y, tool T, tool G
|
187
|
+
time I, idea G, area T, data G, plot P
|
188
|
+
item X, area J, data B, idea L, clue V
|
189
|
+
time S, data Y, data K, data O, plot D
|
190
|
+
time H, room U, room T, idea E, plot R
|
191
|
+
item H, room A, area V, idea U, plot V
|
192
|
+
item U, item C, area I, tool E, tool F
|
193
|
+
item O, item L, data F, idea K, tool K
|
194
|
+
time O, area W, idea H, clue U, clue R
|
195
|
+
item R, item J, area I, clue T, plot J
|
196
|
+
room U, idea S, idea B, area U, plot U
|
197
|
+
time H, idea J, tool J, clue Q, plot Y
|
198
|
+
time J, area O, idea F, plot H, clue C
|
199
|
+
time A, area A, idea R, idea V, plot X
|
200
|
+
item D, area K, clue E, clue F, plot K
|
201
|
+
room R, time B, item V, data E, tool D
|
202
|
+
item N, data S, data H, plot F, clue S
|
203
|
+
room E, area S, idea C, area N, clue I
|
204
|
+
room L, time G, area X, tool B, plot T
|
205
|
+
item N, data V, data E, clue K, tool R
|
206
|
+
time E, item Q, area R, idea B, plot D
|
207
|
+
room C, item S, area Y, area N, tool A
|
208
|
+
item F, time V, area M, area P, tool X
|
209
|
+
item P, room K, data K, tool P, tool S
|
210
|
+
time Y, time S, idea A, data Y, plot I
|
211
|
+
room P, time C, room W, data P, clue M
|
212
|
+
time D, item Y, area O, data F, clue E
|
213
|
+
room I, time L, area V, data O, plot N
|
214
|
+
time I, time R, area J, data L, tool Q
|
215
|
+
room J, time F, area C, idea V, clue Y
|
216
|
+
room F, item T, data T, idea F, plot L
|
217
|
+
room D, room H, idea T, tool U, clue O
|
218
|
+
item I, idea E, data Q, plot B, tool Y
|
219
|
+
item K, time A, idea U, tool C, clue W
|
220
|
+
item W, time M, idea I, idea S, plot J
|
221
|
+
room T, area G, idea W, clue L, clue X
|
222
|
+
time X, area P, clue A, plot S, clue N
|
223
|
+
time K, time P, data D, area W, tool U
|
224
|
+
room J, area K, idea P, plot N, tool S
|
225
|
+
room B, room O, data M, plot D, tool R
|
226
|
+
room Q, area M, idea N, plot L, plot J
|
227
|
+
room M, room C, room N, data C, plot P
|
228
|
+
room B, room D, area I, clue O, plot G
|
229
|
+
room I, item A, idea G, clue D, clue Y
|
230
|
+
item O, time H, area C, area A, tool M
|
231
|
+
room K, data U, tool T, clue X, plot Q
|
232
|
+
item F, area E, clue V, tool O, clue M
|
233
|
+
item G, item H, area D, idea L, clue A
|
234
|
+
time X, time K, time E, area T, tool N
|
235
|
+
time D, data I, plot W, tool G, plot F
|
236
|
+
room T, time N, area S, tool C, tool B
|
237
|
+
time G, time J, room O, idea J, plot E
|
238
|
+
item N, room W, room H, area U, plot Y
|
239
|
+
item W, item P, area H, idea O, clue R
|
240
|
+
item V, idea R, area Q, data C, clue B
|
241
|
+
room X, item J, area V, tool Q, clue S
|
242
|
+
room Q, time Q, room X, area O, tool Y
|
243
|
+
room V, time S, area M, tool L, plot E
|
244
|
+
item T, item S, room U, data X, tool P
|
245
|
+
time C, room A, time O, data F, plot A
|
246
|
+
time I, item K, data O, clue I, clue N
|
247
|
+
item L, room N, area I, tool F, tool X
|
248
|
+
room Y, room P, item Q, area A, tool H
|
249
|
+
room M, data D, idea J, clue C, clue G
|
250
|
+
time Q, area J, plot M, plot C, tool E
|
251
|
+
item D, area L, area D, area Y, clue G
|
@@ -0,0 +1,251 @@
|
|
1
|
+
250 3
|
2
|
+
Hired Nurse, Arrogant Rascal, Protege Heir
|
3
|
+
Hired Nurse, Dr A, Dr B, Dr C, Dr D, Dr E, Dr F, Dr G, Dr H, Dr I, Dr J, Dr K, Dr L, Dr M, Dr N, Dr O, Dr P, Dr Q, Dr R, Dr S, Dr T, Dr U, Dr V, Dr W, Dr X, Dr Y
|
4
|
+
Arrogant Rascal, Sr A, Sr B, Sr C, Sr D, Sr E, Sr F, Sr G, Sr H, Sr I, Sr J, Sr K, Sr L, Sr M, Sr N, Sr O, Sr P, Sr Q, Sr R, Sr S, Sr T, Sr U, Sr V, Sr W, Sr X, Sr Y
|
5
|
+
Protege Heir, Mr A, Mr B, Mr C, Mr D, Mr E, Mr F, Mr G, Mr H, Mr I, Mr J, Mr K, Mr L, Mr M, Mr N, Mr O, Mr P, Mr Q, Mr R, Mr S, Mr T, Mr U, Mr V, Mr W, Mr X, Mr Y
|
6
|
+
item S, sign I, sign F, info T, data C
|
7
|
+
item O, room V, time R, hint U, area S
|
8
|
+
room C, time E, hint F, idea O, idea J
|
9
|
+
item A, time M, hint G, data U, data K
|
10
|
+
item Y, room G, info I, area B, area L
|
11
|
+
time V, room N, item N, hint L, area T
|
12
|
+
room Q, time A, sign R, area M, data E
|
13
|
+
item V, item L, info Q, hint P, idea H
|
14
|
+
time H, time J, info P, hint I, data S
|
15
|
+
time D, info K, data Y, area C, area D
|
16
|
+
time I, sign U, info H, data O, idea M
|
17
|
+
time Y, hint S, hint H, sign B, area N
|
18
|
+
item H, hint K, info L, info W, area I
|
19
|
+
time U, time P, sign K, info B, idea Q
|
20
|
+
item W, room E, hint V, area G, data G
|
21
|
+
room T, info Y, data H, area Y, idea I
|
22
|
+
item G, info E, hint T, sign H, idea B
|
23
|
+
time X, hint Q, data T, area K, idea Y
|
24
|
+
item R, hint X, sign L, info R, idea V
|
25
|
+
room L, room P, info D, sign X, data J
|
26
|
+
room W, hint M, hint A, idea N, area U
|
27
|
+
time W, item K, time T, info S, data W
|
28
|
+
room D, room I, room A, info C, data A
|
29
|
+
item X, time F, sign D, sign C, idea C
|
30
|
+
time L, room S, sign N, info O, area Q
|
31
|
+
item U, room B, sign Y, sign E, idea L
|
32
|
+
item J, hint O, sign J, data R, idea A
|
33
|
+
room O, info V, area O, area E, idea F
|
34
|
+
item B, room Y, sign A, area R, idea E
|
35
|
+
item F, item Q, hint B, idea X, area P
|
36
|
+
item T, item C, hint R, idea W, idea T
|
37
|
+
time H, sign P, sign O, idea G, area J
|
38
|
+
room B, room T, time R, info A, data X
|
39
|
+
room H, time E, sign M, hint J, data L
|
40
|
+
time V, info N, sign Q, sign T, idea S
|
41
|
+
item V, info G, hint Y, area F, data P
|
42
|
+
room K, room I, time I, sign V, data F
|
43
|
+
item K, room O, hint C, data D, data M
|
44
|
+
time U, room X, hint W, data W, area R
|
45
|
+
item U, time N, room C, hint U, idea L
|
46
|
+
time D, info B, info X, sign C, area B
|
47
|
+
item R, hint N, info L, area M, idea I
|
48
|
+
room E, hint D, sign H, sign S, idea K
|
49
|
+
item E, info I, sign U, idea X, data P
|
50
|
+
time P, hint K, idea F, idea D, data D
|
51
|
+
item T, time M, info U, data O, area G
|
52
|
+
time O, info S, info M, area J, data Q
|
53
|
+
room D, item Q, item G, sign G, data B
|
54
|
+
room L, time J, hint D, idea P, area W
|
55
|
+
item B, sign W, sign Q, area I, data V
|
56
|
+
room P, sign F, sign I, idea U, idea Q
|
57
|
+
room G, hint Y, sign S, area H, data U
|
58
|
+
item C, info F, info N, idea G, data Y
|
59
|
+
time K, item P, hint L, hint C, data C
|
60
|
+
item X, hint F, sign Y, idea T, idea H
|
61
|
+
time Y, time L, hint T, data I, data K
|
62
|
+
item W, sign B, idea R, data T, idea A
|
63
|
+
room S, room H, sign E, area V, area S
|
64
|
+
item O, item J, hint W, area U, area A
|
65
|
+
room J, time X, hint A, area K, area E
|
66
|
+
room A, sign W, hint P, data F, area O
|
67
|
+
time F, time K, hint S, idea P, data Q
|
68
|
+
item I, room Q, sign O, info J, data X
|
69
|
+
room M, item F, sign X, sign N, area W
|
70
|
+
time A, item Y, info D, data J, data S
|
71
|
+
room M, hint O, data A, data V, idea N
|
72
|
+
time S, time E, hint X, idea M, data R
|
73
|
+
item J, time W, sign V, idea V, area A
|
74
|
+
item F, info H, data B, area N, data L
|
75
|
+
room R, info W, sign A, info M, idea Y
|
76
|
+
item N, sign J, info E, area C, idea E
|
77
|
+
time G, item S, room L, info J, area D
|
78
|
+
room M, room B, info X, area P, idea W
|
79
|
+
time Q, time K, info P, info R, data T
|
80
|
+
room F, hint V, idea Y, area I, data F
|
81
|
+
room N, time V, hint M, data Q, area X
|
82
|
+
item B, info A, area E, data U, area P
|
83
|
+
time B, item U, sign R, info G, data O
|
84
|
+
time I, info K, sign D, area G, data X
|
85
|
+
time R, sign M, data L, data D, area M
|
86
|
+
time L, time F, info T, idea C, data S
|
87
|
+
room H, time M, info Q, data H, area Y
|
88
|
+
room E, sign T, area U, idea B, idea X
|
89
|
+
item C, time U, sign K, hint G, idea J
|
90
|
+
time A, hint H, sign O, data G, data B
|
91
|
+
time D, info Y, area O, area H, data W
|
92
|
+
item X, room P, item I, hint U, data H
|
93
|
+
room T, time Y, sign T, data C, data E
|
94
|
+
item Y, item S, info N, area L, area K
|
95
|
+
item T, hint J, area S, idea K, idea T
|
96
|
+
time Q, time P, info B, hint H, idea M
|
97
|
+
item O, info K, hint D, hint Y, data N
|
98
|
+
item V, item A, sign A, idea H, idea N
|
99
|
+
time J, room D, sign G, info D, idea A
|
100
|
+
item K, info Q, hint R, idea G, area J
|
101
|
+
room S, time W, room I, info F, idea P
|
102
|
+
time H, sign J, idea V, idea S, data Y
|
103
|
+
item N, hint A, info W, area D, idea O
|
104
|
+
room Q, item D, info E, sign R, area R
|
105
|
+
item R, time C, hint K, idea I, data K
|
106
|
+
time X, hint V, sign I, area F, data R
|
107
|
+
time S, room O, info I, idea L, area N
|
108
|
+
room A, info P, hint B, hint M, idea Q
|
109
|
+
item W, sign Q, info S, data M, data V
|
110
|
+
room G, info M, sign V, hint P, data I
|
111
|
+
room T, info O, area T, idea C, idea E
|
112
|
+
time L, sign B, info R, data P, idea U
|
113
|
+
time I, info G, idea W, data N, area B
|
114
|
+
room O, room F, sign S, sign C, data P
|
115
|
+
item R, room W, hint F, hint L, idea A
|
116
|
+
room D, item Q, time G, sign X, data F
|
117
|
+
time K, info O, idea R, data O, idea J
|
118
|
+
item P, room B, hint T, area G, data H
|
119
|
+
time D, info U, hint J, info Y, data V
|
120
|
+
time E, sign N, hint C, hint E, area M
|
121
|
+
room N, time W, sign H, area C, data D
|
122
|
+
time B, info J, hint G, area I, area D
|
123
|
+
room V, time U, room Q, hint W, data W
|
124
|
+
item N, time P, info L, data R, idea S
|
125
|
+
item J, item E, hint P, sign Q, area U
|
126
|
+
time T, info B, hint F, data C, area R
|
127
|
+
item O, item W, info C, hint A, data K
|
128
|
+
room M, sign L, sign O, data T, idea P
|
129
|
+
time V, time J, sign E, area L, idea C
|
130
|
+
item C, item Q, time R, sign P, area P
|
131
|
+
time F, sign E, idea F, area N, data E
|
132
|
+
room E, item U, hint N, sign R, idea Q
|
133
|
+
room S, hint E, idea E, data U, area E
|
134
|
+
time X, item G, info J, hint D, idea U
|
135
|
+
room C, sign A, hint X, hint G, data N
|
136
|
+
time H, sign F, sign B, idea H, idea D
|
137
|
+
item K, hint V, sign P, data S, idea N
|
138
|
+
item X, room N, sign H, area J, data M
|
139
|
+
item S, room R, info Q, info K, idea Y
|
140
|
+
item L, hint U, info M, hint X, data Y
|
141
|
+
time N, hint T, hint Y, idea L, idea X
|
142
|
+
item M, hint L, hint J, idea J, idea G
|
143
|
+
room H, room P, room I, sign L, area B
|
144
|
+
room G, item T, sign V, info U, idea W
|
145
|
+
item V, info L, hint N, hint M, data Q
|
146
|
+
item F, item Y, sign C, info F, area O
|
147
|
+
item G, time M, info P, idea R, idea F
|
148
|
+
room A, room U, info O, info R, area S
|
149
|
+
item B, sign I, sign S, info D, idea B
|
150
|
+
time H, sign U, hint S, idea M, idea I
|
151
|
+
item V, sign J, sign T, sign X, data J
|
152
|
+
time C, item X, item F, info N, data A
|
153
|
+
room M, item H, sign U, area K, idea V
|
154
|
+
time O, item J, info S, info G, idea T
|
155
|
+
time U, time A, item M, hint K, idea T
|
156
|
+
room C, room N, info I, area V, data V
|
157
|
+
room G, room J, hint W, data X, idea M
|
158
|
+
room L, info E, hint I, area S, idea E
|
159
|
+
room D, time D, hint H, info X, data Q
|
160
|
+
item E, info W, idea N, data X, area O
|
161
|
+
item T, item C, info V, idea I, area E
|
162
|
+
item Q, room I, sign H, data L, area Q
|
163
|
+
time J, sign E, sign T, idea O, data U
|
164
|
+
room L, hint B, data R, data O, idea P
|
165
|
+
time Y, time E, info S, info T, area I
|
166
|
+
room B, time W, hint X, sign Y, idea A
|
167
|
+
item G, time R, time Q, info D, idea V
|
168
|
+
time F, info G, data K, area X, area R
|
169
|
+
time L, sign B, info H, area N, data A
|
170
|
+
room H, item R, hint A, area V, area G
|
171
|
+
item P, hint W, info R, data P, data B
|
172
|
+
time S, info K, sign F, data S, idea H
|
173
|
+
time O, item K, hint U, hint C, area J
|
174
|
+
item N, sign X, area B, data Y, area Y
|
175
|
+
time B, time V, sign V, data B, area M
|
176
|
+
room A, item A, hint P, area P, idea F
|
177
|
+
Dr A, room A, item A, time A
|
178
|
+
Dr B, room B, item B, time B
|
179
|
+
Dr C, room C, item C, time C
|
180
|
+
Dr D, room D, item D, time D
|
181
|
+
Dr E, room E, item E, time E
|
182
|
+
Dr F, room F, item F, time F
|
183
|
+
Dr G, room G, item G, time G
|
184
|
+
Dr H, room H, item H, time H
|
185
|
+
Dr I, room I, item I, time I
|
186
|
+
Dr J, room J, item J, time J
|
187
|
+
Dr K, room K, item K, time K
|
188
|
+
Dr L, room L, item L, time L
|
189
|
+
Dr M, room M, item M, time M
|
190
|
+
Dr N, room N, item N, time N
|
191
|
+
Dr O, room O, item O, time O
|
192
|
+
Dr P, room P, item P, time P
|
193
|
+
Dr Q, room Q, item Q, time Q
|
194
|
+
Dr R, room R, item R, time R
|
195
|
+
Dr S, room S, item S, time S
|
196
|
+
Dr T, room T, item T, time T
|
197
|
+
Dr U, room U, item U, time U
|
198
|
+
Dr V, room V, item V, time V
|
199
|
+
Dr W, room W, item W, time W
|
200
|
+
Dr X, room X, item X, time X
|
201
|
+
Dr Y, room Y, item Y, time Y
|
202
|
+
Sr A, sign A, info A, hint A
|
203
|
+
Sr B, sign B, info B, hint B
|
204
|
+
Sr C, sign C, info C, hint C
|
205
|
+
Sr D, sign D, info D, hint D
|
206
|
+
Sr E, sign E, info E, hint E
|
207
|
+
Sr F, sign F, info F, hint F
|
208
|
+
Sr G, sign G, info G, hint G
|
209
|
+
Sr H, sign H, info H, hint H
|
210
|
+
Sr I, sign I, info I, hint I
|
211
|
+
Sr J, sign J, info J, hint J
|
212
|
+
Sr K, sign K, info K, hint K
|
213
|
+
Sr L, sign L, info L, hint L
|
214
|
+
Sr M, sign M, info M, hint M
|
215
|
+
Sr N, sign N, info N, hint N
|
216
|
+
Sr O, sign O, info O, hint O
|
217
|
+
Sr P, sign P, info P, hint P
|
218
|
+
Sr Q, sign Q, info Q, hint Q
|
219
|
+
Sr R, sign R, info R, hint R
|
220
|
+
Sr S, sign S, info S, hint S
|
221
|
+
Sr T, sign T, info T, hint T
|
222
|
+
Sr U, sign U, info U, hint U
|
223
|
+
Sr V, sign V, info V, hint V
|
224
|
+
Sr W, sign W, info W, hint W
|
225
|
+
Sr X, sign X, info X, hint X
|
226
|
+
Sr Y, sign Y, info Y, hint Y
|
227
|
+
Mr A, area A, data A, idea A
|
228
|
+
Mr B, area B, data B, idea B
|
229
|
+
Mr C, area C, data C, idea C
|
230
|
+
Mr D, area D, data D, idea D
|
231
|
+
Mr E, area E, data E, idea E
|
232
|
+
Mr F, area F, data F, idea F
|
233
|
+
Mr G, area G, data G, idea G
|
234
|
+
Mr H, area H, data H, idea H
|
235
|
+
Mr I, area I, data I, idea I
|
236
|
+
Mr J, area J, data J, idea J
|
237
|
+
Mr K, area K, data K, idea K
|
238
|
+
Mr L, area L, data L, idea L
|
239
|
+
Mr M, area M, data M, idea M
|
240
|
+
Mr N, area N, data N, idea N
|
241
|
+
Mr O, area O, data O, idea O
|
242
|
+
Mr P, area P, data P, idea P
|
243
|
+
Mr Q, area Q, data Q, idea Q
|
244
|
+
Mr R, area R, data R, idea R
|
245
|
+
Mr S, area S, data S, idea S
|
246
|
+
Mr T, area T, data T, idea T
|
247
|
+
Mr U, area U, data U, idea U
|
248
|
+
Mr V, area V, data V, idea V
|
249
|
+
Mr W, area W, data W, idea W
|
250
|
+
Mr X, area X, data X, idea X
|
251
|
+
Mr Y, area Y, data Y, idea Y
|