Tic Tac Toe Game in C++

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ส.ค. 2024
  • How to code tic tac toe in c++. In this video, you will learn how to code tic tac toe in C++ using a 2D array. You will learn how to get user input and do safe type checking to check for valid inputs and clear unwanted inputs. You will also learn how to update the 2D array tic tac toe board, and check for winning conditions horizontally, vertically, and diagonally.
    Code: github.com/ImKennyYip/CppTuto...
    If you need to review past C++ Topics:
    Ternary Operator: • C++ Ternary Operator
    User Inputs: • Get User Input in C++
    For Loops: • For Loops in C++
    2D Arrays: • Multidimensional Array...
    C++ Playlist:
    • C++ Programming Tutorial
    Subscribe for more coding tutorials 😄!

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

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

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

  • @joelfernandes1669
    @joelfernandes1669 วันที่ผ่านมา

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

  • @literallynustiu
    @literallynustiu 4 หลายเดือนก่อน +3

    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

  • @AmreshSahu-mp7ku
    @AmreshSahu-mp7ku 3 วันที่ผ่านมา

    fabulous explanation. Thankyou very much👍👍

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

    this man needs more people following, nice vid

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

    Thank you a lot ❤

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

    Underrated video

  • @SDSGAMER3211
    @SDSGAMER3211 19 วันที่ผ่านมา

    bro lets go man

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

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

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

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

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

    I copied ur code got 8 errors 😂