How would I go about creating a card game called Quatorze in python?

Viewed 16

Here's a Wikipedia link that explains the game: https://en.wikipedia.org/wiki/Quatorze I want to make this game for my NEA Computer Science Project. It'll be a 2 player game in which its User VS Com as I think any more players may complicate it even more. I've seen some videos about card games on python but none of them are as complicated as this. I want to know more about how I'd make the game function as a GUI and how to create an AI that knows how the game works and add scoreboards for each round between a user and computer and a leader board for number of games won overall for different users.

0 Answers
Related