egoolsen / Network-Game-Tutorial

This is the code for my network game tutorial series on YouTube.

Home Page:https://techwithtim.net/tutorials/python-online-game-tutorial/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Network Game Tutorial

This is the code for my network game tutorial series on YouTube.

You can view the video tutorial on YouTube here: https://www.youtube.com/watch?v=_fx7FQ3SP0U&list=PLzMcBGfZo4-kR7Rh-7JCVDN8lm3Utumvq

Running The Game

To run the game you will need to run an instane of server.py on one machine. Then you can run instances of run.py on other machines to connect.

You will need to change the server address in both server.py and network.py to be the IPV4 address of your machine or the server ips you'll be using.

Run in Gitpod

You can also run Network Game Tutorial in Gitpod, a free online dev environment for GitHub:

If you're intersted in a paid subscription with GitPod use the coupon code: TECHWITHTIM19

Open in Gitpod

About

This is the code for my network game tutorial series on YouTube.

https://techwithtim.net/tutorials/python-online-game-tutorial/


Languages

Language:Python 100.0%