vendredi 25 septembre 2020

Creating web card game for 4 players [closed]

I would like to make a web card game. Game should be for 4 players and it should wait for all players to connect and then start the game. Each player should see only his hand (not others hand), but all of them should see the same stack in the middle. My idea is that each player (when is on move) clicks on some card and that card will come to the middle where others will see it. There is specific order of players who is on a move.

I would like to write this game in python and then use some JavaScript probably.

I want to ask you what do you think is the easiest way to write this web app. I am struggling with the idea where should I write game's engine.

Friend of mine has suggested me to use Django but I don't think this will solve my problem.

As you probably noticed I am not very experienced in this stuff and that's why I am asking for an advice. Could you please give me an short advice how this all should be connected together and how should I continue?

Thank you for your answers.




Aucun commentaire:

Enregistrer un commentaire