Research portable Memory game | Исследовать портируемую игру Память
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

11 wiersze
317B

  1. from memory_api_test import *
  2. from memory_seq_test import *
  3. print(memory_api_test_deselectMismatchedItems())
  4. print(memory_api_test_detectVictory())
  5. print(memory_api_test_generateConstPlayfield())
  6. print(memory_api_test_hideMatchingItems())
  7. print(memory_api_test_selectItem())
  8. print(memory_seq_test_selectTwoItems())