Programming a Chess Game in C# | Part 11 - Game Over Menu II

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

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

  • @andergarcia1115
    @andergarcia1115 ปีที่แล้ว +1

    Thank you Master for making knowledge available to everyone

  • @protibadimon4169
    @protibadimon4169 ปีที่แล้ว

    Wow, beautiful tutorial, again uploaded

  • @bohemegribb1
    @bohemegribb1 ปีที่แล้ว

    Once again: Thanks for the amazing video tutorials! Are you planning on including a sandbox-option? It would be great to have the option to 'overrule the rules' and let the user create their own exercize-setups!

    • @OttoBotCode
      @OttoBotCode  ปีที่แล้ว

      Thanks for your comment 😊
      That does sound really fun but I won't cover that in this series.
      I hope you can implement that yourself once you finish the tutorial!

    • @bohemegribb1
      @bohemegribb1 ปีที่แล้ว

      Jeg vil bestemt forsøge 🙂@@OttoBotCode

  • @robertbrozewicz8003
    @robertbrozewicz8003 ปีที่แล้ว +1

    All is working now. I simply made a PieceCopy type error. Instead of > I did > ... Waiting for more content Maybe I should redo this so I can understand more .. It takes time to understand all the code. And internalize it.

    • @OttoBotCode
      @OttoBotCode  ปีที่แล้ว +1

      Well done 😊 It's a pretty big project so it's easy to make a small mistake somewhere which makes the game behave incorrectly. Being able to debug and find the problem is a super important skill (also when you write your own code from scratch). Thanks for following along! 🤩

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

    is the game draw is it going to pop up ?

  • @robertbrozewicz8003
    @robertbrozewicz8003 ปีที่แล้ว

    I want to mention strange behaviour of my program. When I make the first move the GameMenu shows uo with informaition that we have Draw Stalemate. When I comment CheckForGameOver() out I can play nearly normally. There is a moment when all the pieces behave as expected and then also at some point again I can move King even under Check! But still there are few turns when King behaves like a true Royal. All other pieces too. I am confused. I thought that I did all according to your instruction but who knows? Something somewhere must be wrong Debugging is so important.

  • @DevikenGames
    @DevikenGames ปีที่แล้ว

    amazing

  • @Buutyful
    @Buutyful ปีที่แล้ว

    thx for the video