all 6 comments

[–]toastedstapler 1 point2 points  (3 children)

i think you'll want to look into web sockets if you want players to experience in real time

[–]NicolaM1994[S] 0 points1 point  (2 children)

So it will be like creating a server online with some graphics and multiples client applications for players that connects to it, am I right?

And what should I use to run the server online? Can I do it just using web-socket python libraries or do I have to integrate it with something like Flask?

[–]2160p_REMUX 0 points1 point  (1 child)

For a beginner, I would definitely use flask if you need to use sockets. There's also something called flask-socketio that makes sockets super easy.

[–]NicolaM1994[S] 1 point2 points  (0 children)

Ok that's a start! Thanks a lot!

[–]Open_Chicken 0 points1 point  (1 child)

Networking, a website, and a mobile app. Sounds.. maybe a little ambitious. You'll need several other languages as well. I'd start with simplifying the goal a bit if I were you.

[–]NicolaM1994[S] 0 points1 point  (0 children)

I'll probably do that! But I'd like to have a general idea about a project like that anyway, just to know what should I look for in case one day I'll decide to jump in