5 Respuestas
+ 5
Python can do almost anything any other PL can do. Things start getting complicated when the program grows bigger so you switch to something that has may be more speed or so. That's why it's preferred in prototyping many models and projects before actual development.
+ 4
Just a warning. Sockets may be difficult to test on Code playground.
+ 3
Yes it is totally possible. There are many different games who did this. Sockets would be one way of doing it. If you have much knowledge and time you can rebuild it on a really basic level and sending your data packages on your own.
+ 1
yes..look into creating socket servers..thats how multiplayer connections are made
- 1
Hi