Research portable Memory game | Исследовать портируемую игру Память
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

16 líneas
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