This a card game based on python's module 'tkinter'. It is a single player game where a player can fight with computer's knights(as in cards) using their own knights. Their are four arenas where knights will fight to win. Each arena build is based on a natural scenario. Four different scenario favours each one of the knights. Each knight has their own skill and armour. After every single fight their power of armour and health tends to decrease as per the fight. Each fight either a point to computer or the player. But, if the battle fought ends up in a tie then no one gets the point. In the end, the one with four points will win the game. It could also end up being a tie.
-
Notifications
You must be signed in to change notification settings - Fork 0
pranjalagg/Python-Card-Game
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
As part of an Object Oriented Programming Project