Research portable Memory game | Исследовать портируемую игру Память
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
246B

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