Tic Tac Toe - C# Beginner Project

Поделиться
HTML-код
  • Опубликовано: 12 янв 2024
  • In this C# tutorial, learn how to create a Tic Tac Toe/ Noughts and Crosses game in C#!
    Read the blogpost here: thecoderscat.wordpress.com/20...
    Any questions? Drop a comment below or privately message me about it and I'll lend you a hand! :)
    Check out my socials here:
    Instagram: / thecoderscat_
    GitHub: github.com/thecoderscat
    Ko-fi: ko-fi.com/thecoderscat
    Thanks for watching!
    #csharp #dotnet

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

  • @SunderS_S
    @SunderS_S 5 месяцев назад +4

    I have just discovered this channel and already watched a lot of videos.
    Thank you for the tutorlial

  • @arizats3019
    @arizats3019 6 месяцев назад +5

    thank you for the tutorial🙌

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

    you havent posted in a while i hope you post more soon i love the tutorials theyre so helpful!!!!!

  • @SqualidsargeStudios
    @SqualidsargeStudios 6 месяцев назад +1

    I am a total amateur, but couldn’t you use a clear command to clear the previous step and keep the “playfield” in the same spot whilst retaining the game progress?

    • @TheCodersCat
      @TheCodersCat  6 месяцев назад

      Yes you could clear the board at anytime as the game progress is stored with the grid array

    • @andregeorges8649
      @andregeorges8649 6 месяцев назад +2

      after the line: string choice = Console.ReadLine();
      you add: Console.Clear();
      it will clear the previous playfield before printing the new one 🙂

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

    For everones info || in C# is a logical OR. In other words if any of the bool values = True, True is returned else False.

  • @Koshak-007
    @Koshak-007 5 месяцев назад

    LOL

    • @TheCodersCat
      @TheCodersCat  5 месяцев назад

      Hello there, Coder Cat :)

    • @Koshak-007
      @Koshak-007 5 месяцев назад

      hello, @@TheCodersCat

    • @Koshak-007
      @Koshak-007 5 месяцев назад

      I'm sorry for taking the name of your channel, I only found out about your existence a day ago @@TheCodersCat

    • @TheCodersCat
      @TheCodersCat  5 месяцев назад

      @@Koshak-007 No worries, the names are slightly different anyway😅Good luck with your RUclips channel! 🍀

    • @Koshak-007
      @Koshak-007 5 месяцев назад

      Thank you, too.😊@@TheCodersCat