Research portable Memory game | Исследовать портируемую игру Память
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
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