Kodeco Forums

Multiplayer Game Programming for Teens with Python: Part 2

I'm sure once in a while, your friends and you go online to play a multiplayer game. In this tutorial, you will learn about multiplayer game programming by creating a simple game.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/2613-multiplayer-game-programming-for-teens-with-python-part-2

I tried to do game(actually at least to run it on my computer) that I saw in tutorial
But when I try to run it from different computers, client on the second computer(local server is on the first) doesnโ€™t find server:
I do this way:
Start server and set to localhost:8000
Start the first client and type localhost:8000, after what it connects to server
In cmd type ipconfig, find IPv4,
Start the second client, and type IPv4:8000, but it isnโ€™t connecting to server

What have I to do, to make it work?

Hi I am trying with the game strategy but i am unable to create the server as whenever i am trying to setup the python path it is showing error. i tried to set up the path using the advanced setup and adding up it into the directory still it is not able to proceed after python setup.py install. pls can you help me with this.

This tutorial is more than six months old so questions are no longer supported at the moment for it. We will update it as soon as possible. Thank you! :]