Tic Tac Toe Game in C++

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ม.ค. 2025

ความคิดเห็น • 17

  • @KennyYipCoding
    @KennyYipCoding  9 หลายเดือนก่อน +8

    Completed Code:
    github.com/ImKennyYip/CppTutorials/blob/master/25_TicTacToe.cpp
    Print Board:
    //print game board
    cout

  • @literallynustiu
    @literallynustiu 9 หลายเดือนก่อน +11

    Finally a tutorial that doesnt yell , assumes that i know everything because begginer mean to not have experience not that you dont know stuff apparently . thank you amazing tutorial recently started learning programming and wanted some easy projects to explore what i know and what i dont

  • @th3xact
    @th3xact 9 หลายเดือนก่อน +4

    this man needs more people following, nice vid

  • @joelfernandes1669
    @joelfernandes1669 5 หลายเดือนก่อน +1

    i wrote the whole board part only to find out u gave it in the description

  • @AmreshSahu-mp7ku
    @AmreshSahu-mp7ku 5 หลายเดือนก่อน +2

    fabulous explanation. Thankyou very much👍👍

  • @advaybm9292
    @advaybm9292 3 หลายเดือนก่อน

    So, one thing I did differently is not using a while loop and just keeping the if else statements in the for loop. For the statements which returned "Invalid input", I just put a continue statement and subtracted 1 from i to compensate for the invalid input. This seems simpler than using a while loop to me.

  • @peterd788
    @peterd788 หลายเดือนก่อน

    It works but it's basically C with C++ I/O semantics in a halfway house kind of way.

  • @jumaa9242
    @jumaa9242 8 หลายเดือนก่อน +1

    Thank you a lot ❤

  • @KouroshKryptic
    @KouroshKryptic 8 หลายเดือนก่อน

    Underrated video

  • @augusturiam152
    @augusturiam152 9 หลายเดือนก่อน

    Do you have a discord where we can ask for help?

    • @KennyYipCoding
      @KennyYipCoding  9 หลายเดือนก่อน

      I don’t have a discord but what is your question ?

  • @mysmellisaugmented
    @mysmellisaugmented 4 หลายเดือนก่อน

    I use 6 hours writting tictactoe 103 line of code from scratch and watching you how to create char array to put in board. Is that too long to writting this projects as begginner?

    • @KennyYipCoding
      @KennyYipCoding  4 หลายเดือนก่อน

      Nope, you’re a beginner and everyone learns at different paces, also it’s always good to fill in any knowledge gaps.

    • @mysmellisaugmented
      @mysmellisaugmented 4 หลายเดือนก่อน

      @@KennyYipCoding Thx

  • @SD_EARNS18
    @SD_EARNS18 5 หลายเดือนก่อน

    bro lets go man

  • @broom5990
    @broom5990 7 หลายเดือนก่อน

    I copied ur code got 8 errors 😂