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.

1 miesiąc temu
1 miesiąc temu
1 miesiąc temu
1 miesiąc temu
1 miesiąc temu
1 miesiąc temu
1 miesiąc temu
123456789101112
  1. from memory_test import *
  2. print(memory_test_generateConstPlayfield())
  3. print(memory_test_selectItem_1x())
  4. print(memory_test_selectItem_2x())
  5. print(memory_test_selectItem_3x())
  6. print(memory_test_shouldDeselectMismatchedItems())
  7. print(memory_test_shouldDeselectMismatchedItems_itemTwice())
  8. print(memory_test_shouldDetectVictory())
  9. print(memory_test_shouldHideMatchingItems())
  10. #print(memory_seq_test_selectTwoItems())