Multiplayer Tic-Tac-Toe Game in Python

Поділитися
Вставка
  • Опубліковано 19 жов 2024

КОМЕНТАРІ • 29

  • @BirinderSingh
    @BirinderSingh 2 роки тому +2

    Tip:
    Use -- pos_x, pos_y = map(int, input("Enter coordinates to fill: ").split(","))
    to get the coordinates. It will automatically set them to int as soon as they are input.

  • @CodersHaven
    @CodersHaven Рік тому +2

    You are the reason I started Python

  • @EmmanuelValdezvbs
    @EmmanuelValdezvbs 2 роки тому +15

    A UI version on top of this one would be nice.

    • @animatnetic2545
      @animatnetic2545 10 місяців тому +2

      I think it is a good practice if you go ahead and learn how to make User Interfaces on your own and then use this as an extension - great way to avoid "tutorial hell" and instead actually learn

    • @animatnetic2545
      @animatnetic2545 10 місяців тому

      Sorry, I know your comment is old, this goes to anyone out there

  • @beastnighttv
    @beastnighttv 2 роки тому +5

    A UI video will be really helpful 🙏🙏🙏

  • @OmarHosam203
    @OmarHosam203 2 роки тому +3

    Thats cool but the problem will be that only two people will play a single game since they connect to a one server and one game

  • @arjix8738
    @arjix8738 2 роки тому +2

    funnily enough, I made tic tac toe in python today as well!

  • @DStein22
    @DStein22 2 роки тому +1

    What version of python is this? It does not work for 3.10.4

  • @CWShuva
    @CWShuva 2 роки тому +4

    Sir can you make a video on how to make it work globally or via the internet all your projects are awesome and I want to see how to do it via internet

    • @NeuralNine
      @NeuralNine  2 роки тому +2

      I explained it. Same thing just with firewall port forwarding.

    • @CWShuva
      @CWShuva 2 роки тому +4

      @@NeuralNine sir I have tried to do that but it is not working for me
      Please can you make a dedicated tutorial on that

  • @ObjectivelyRandom
    @ObjectivelyRandom 2 роки тому +1

    can you make a video on how to make it work globally or via the internet
    please

  • @ramsesiv3695
    @ramsesiv3695 2 роки тому +5

    bro I really liked your channel and your ways to do the projects but you NEED to explain more details now I don't understand what does socket module do and it functions PLEASE don't make copy past code that I don't understand

  • @subarunatsuki1902
    @subarunatsuki1902 Рік тому

    If I want to connect with different people on the world wouldn't they also know my public IP when I use that for the server?

  • @hails1244
    @hails1244 Рік тому

    Hello! This video is great and I went through the tutorial this weekend. Q: To clarify, if I want to play the game with somebody outside of my LAN, the server will use the private IP that the server is on, and the client (the person outside of my LAN) connects using the public IP of the server?

    • @red_fire4476
      @red_fire4476 Рік тому +1

      Yeah, but you will need to open the port to outside of your LAN by port forwarding

    • @hails1244
      @hails1244 Рік тому

      @@red_fire4476 If I host the server on my public IP, can the client connect to me if the client also connects using my public IP?

    • @red_fire4476
      @red_fire4476 Рік тому +1

      @@hails1244 The IP you type in the server script should still be the local private IP, then you would use the public IP in the client script when trying to connect to that server. You will need to port forward to open the firewall ports to allow connections from outside the network.

    • @hails1244
      @hails1244 Рік тому

      @@red_fire4476 Thanks.

  • @ПавелШаламов-ж3д
    @ПавелШаламов-ж3д 2 роки тому

    What is these magic suggestions appearing all the time ? :)

  • @createdbyfahim
    @createdbyfahim 2 роки тому +2

    Please make this with gui based

  • @Johnny-tw5pr
    @Johnny-tw5pr 2 роки тому +2

    Can you upload the code?

  • @DigitalCanineGamesStuff
    @DigitalCanineGamesStuff 2 роки тому +1

    This is pretty cool! But I Think it Might be better with a GUI just cause playing through the cmd is pretty boring!

  • @atharvkumar2564
    @atharvkumar2564 2 роки тому

    Fucking cool!!!

  • @ayushmishra6077
    @ayushmishra6077 2 роки тому

    where is the code

  • @gopalrathi6473
    @gopalrathi6473 2 роки тому

    First!!

  • @talhajubair2827
    @talhajubair2827 2 роки тому

    Second