Research portable Memory game | Исследовать портируемую игру Память
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

16 рядки
499B

  1. #include <string>
  2. #ifndef memory_test_HEADER
  3. #define memory_test_HEADER
  4. std::string memory_test_generateConstPlayfield();
  5. std::string memory_test_selectItem_1x();
  6. std::string memory_test_selectItem_2x();
  7. std::string memory_test_selectItem_3x();
  8. std::string memory_test_shouldDeselectMismatchedItems();
  9. std::string memory_test_shouldDeselectMismatchedItems_itemTwice();
  10. std::string memory_test_shouldDetectVictory();
  11. std::string memory_test_shouldHideMatchingItems();
  12. #endif // memory_test_HEADER