Research portable Memory game | Исследовать портируемую игру Память
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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