Skip to content
/ Mage Public

Mage is a card-guessing game. It asks the user to select a card and then displays the card that the user selected. It is written in Python and uses Tkinter for GUI.

Notifications You must be signed in to change notification settings

smcommits/Mage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Card Guessing Game

This program displays different cards on the screen and then guessed the card that user selected.

screenshot screenshot screenshot

Written in

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

Getting Started

Open the terminal

Step 1.

git clone https://github.com/smcommits/cardGame

Step 2.

cd cardGame

Step 3.

python3 main.py

Authors

👤 Anas Siddiqui

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • The Graphics Library used in the project is provided in the book PYTHON PROGRAMMING: AN INTRODUCTION TO COMPUTER SCIENCE, 3RD ED by John Zelle.

About

Mage is a card-guessing game. It asks the user to select a card and then displays the card that the user selected. It is written in Python and uses Tkinter for GUI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages