Tic Tac Toe Game in C++

Поделиться
HTML-код
  • Опубликовано: 10 июл 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 😄!

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

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

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

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

    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 3 месяца назад +2

    this man needs more people following, nice vid

  • @jumaa9242
    @jumaa9242 2 месяца назад +1

    Thank you a lot ❤

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

    Underrated video

  • @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 Месяц назад

    I copied ur code got 8 errors 😂