2019-11-22 19:52:43

Hi all, i have a question regarding a little game i want to make: how hard could it be to code a 1000 miles card game in python? i hope you all know what game i am talking about...
I know i wall have a deck class with a list of all the available cards, i will need a player class, and i will also need a computer class(the computer against who you are going to play), and the main script file which is responsible for handling all the options, and so on for running the game.
for example my first question is :
with the cards, to see what cards are playable or not, should i compare the computer's chosen card to what the action is he wants to do or what?
I hope you understand my question, if i am not clear enough, please tell me and i will be able to elaborate with examples...
thanks all!

best regards
never give up on what ever you are doing.