Code Tic Tac Toe in Python

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024
  • python tic tac toe game. How to code a Tic Tac Toe game in Python for beginners! Learn how to create a game of Tic Tac Toe in Python using the tkinter graphics library. Throughout the tutorial, you will learn how to create a graphical user interface (GUI) to display the Tic Tac Toe game, and check win or tie conditions using a 2D array.
    Setup Python with Visual Studio Code:
    • How to set up Python o...
    Code: github.com/ImK...
    Website: www.kennyyipco...
    Python Game Programming Projects Playlist:
    • Python Game Programmin...
    Java Game Programming Projects Playlist:
    • Java Game Programming ...
    JavaScript Game Programming Projects Playlist:
    • JavaScript Game Progra...
    Subscribe for more coding tutorials 😄!

Комментарии • 16

  • @jamessangitboiragee5222
    @jamessangitboiragee5222 Месяц назад +1

    omg you're so detailed, thanks man

  • @anime_real_char
    @anime_real_char Месяц назад +1

    Man you explain in so detailed step. I'm going to subscribe you for more such videos. ❤❤

  • @Grace_0803
    @Grace_0803 4 месяца назад +1

    Can you do a app with login pages....

  • @IvanPolák1
    @IvanPolák1 Месяц назад

    Nice work!

  • @chump123
    @chump123 4 месяца назад +1

    thanls bro for helping

  • @msl7qic
    @msl7qic 3 месяца назад +1

    can you please if you still have it send it?? I'm not doing anything wrong but they still give me like 50+ errors:(!! I need it for schoolllllllll

    • @KennyYipCoding
      @KennyYipCoding  3 месяца назад

      Code is in the GitHub link in the video description

    • @KennyYipCoding
      @KennyYipCoding  3 месяца назад +3

      You should see what error the line starts at. Learning how to debug is a useful skill

    • @msl7qic
      @msl7qic 3 месяца назад

      @@KennyYipCoding I did everything you said and tbh I didn't find any error in any of those lines

    • @msl7qic
      @msl7qic 3 месяца назад

      @@KennyYipCoding but thank youu

  • @nailafadiyah3610
    @nailafadiyah3610 3 месяца назад +1

    omg thanks

  • @pantarhei03
    @pantarhei03 2 месяца назад

    on the screen centering part my x axis is ok but the y turned out too high, and I checked multiple times the lines... did I do anything wrong?

    • @anabjibril-yl3uf
      @anabjibril-yl3uf 16 дней назад

      double check the lines correctly and also the leters 👍

  • @starwy6434
    @starwy6434 Месяц назад

    awesome tutorial

  • @Pesnightmare65
    @Pesnightmare65 2 месяца назад

    What software you use

    • @KennyYipCoding
      @KennyYipCoding  2 месяца назад

      Vscode, I have a tutorial on how to setup Python with vscode on my channel