Online Multiplayer Game With Python - Sockets and Networking

Profile Picture
- Published on Jan 8, 2019馃審 Public

I show how to create an online multiplayer game with python using sockets and basic python networking. This is really cool and works on your local network. I use pygame, sockets and threading to accomplish this. To modify this to work on your computer go to CMD type ipconfig and find the ipv4 addrss of the machine that will be running the server. You must change the host attribute in the Network class to match this value. Code: https://github.com/techwithtim/networ... ** One-Time Donations: https://goo.gl/pbCE9J Support the Channel: https://www.patreon.com/techwithtim Twitter: https://twitter.com/TechWithTimm Join my discord server: https://discord.gg/pr2k55t ** Please leave a LIKE and SUBSCRIBE for more content! Tags: - Tech With Tim - Pygame - Python Tutorials - Python Networking - Socket Programming Python - Online game in python - Python multiplayer game