Multiplayer python games | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

Multiplayer python games

Is it possible to do multiplayer python games, even if it’s LAN?

4th Apr 2019, 2:38 AM
Artur Spain 🇪🇸
5 Answers
+ 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.
4th Apr 2019, 3:44 PM
Dan Rhamba
Dan Rhamba - avatar
+ 4
Just a warning. Sockets may be difficult to test on Code playground.
4th Apr 2019, 11:13 AM
Sonic
Sonic - avatar
+ 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.
4th Apr 2019, 7:15 AM
Dragonxiv
Dragonxiv - avatar
+ 1
yes..look into creating socket servers..thats how multiplayer connections are made
4th Apr 2019, 6:00 AM
Jason Kennedy
- 1
Hi
21st Mar 2021, 7:56 AM
SOBIRJON
SOBIRJON - avatar