Skip to content

latha-git/card-matching-game

 
 

Repository files navigation

card-matching-game

snipit of card_matching_game_with_class_2.1_with_answers.py

['3', '5', '7', '1', '1', '2', '7', '8', '4', '2', '3', '8', '6', '5', '6', '4']
▓ ▓ ▓ ▓
▓ ▓ ▓ ▓
▓ ▓ ▓ ▓
▓ ▓ ▓ ▓

Please choose the x-coordinate of the first card: 1
Please choose the y-coordinate of the first card: 4
▓ ▓ ▓ 1
▓ ▓ ▓ ▓
▓ ▓ ▓ ▓
▓ ▓ ▓ ▓

Please choose the x-coordinate of the second card: 2
Please choose the y-coordinate of the second card: 1
▓ ▓ ▓ 1
1 ▓ ▓ ▓
▓ ▓ ▓ ▓
▓ ▓ ▓ ▓
Congratulations! You found a match.
['3', '5', '7', None, None, '2', '7', '8', '4', '2', '3', '8', '6', '5', '6', '4']

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%