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