This program displays different cards on the screen and then guessed the card that user selected.
Python
- Code is encapsulated
- Object oriented design with the help of classes and methods
- Use of graphics library that uses tkinter
- Use of PNG images to display the cards
Open the terminal
Step 1.
git clone https://github.com/smcommits/cardGame
Step 2.
cd cardGame
Step 3.
python3 main.py
👤 Anas Siddiqui
- GitHub: Anas Siddiqui
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
- The Graphics Library used in the project is provided in the book PYTHON PROGRAMMING: AN INTRODUCTION TO COMPUTER SCIENCE, 3RD ED by John Zelle.