I'm going to use this code to make a game so I can play against computer
@mooict2 жыл бұрын
Awesome. Keep it up
@SynthoFunker Жыл бұрын
Uuuh How to set up a limiter so that we don't interrupt the CPU's turn, Like with what I tried, I can easily click the buttons even if it's the CPU's turn, I'm like asking how to temporarily disable the other buttons from the player when it's the CPU's turn?
@dickish11 ай бұрын
what i did is after the player makes a moves, all buttons get disabled till the cpu makes a move
@eshakomal48765 ай бұрын
what should i do my visual studio does not have any timer what if i skip the timer will it effect my game please guide me
@elvirhajdari314611 ай бұрын
Hey I have a problem... I can't find the "timer" in the toolbox
@cscripts59932 жыл бұрын
I'm using this
@mirza97252 жыл бұрын
thanks best coder everrrr
@l.j.pollard1481 Жыл бұрын
could you do a tutorial on how to make the ai smarter so that if it has an opportunity to win, it makes the correct move to win?
@dickish11 ай бұрын
This would be way harder
@freez.mp42 ай бұрын
that is very complex
@nathanchan70285 ай бұрын
Its not working for me, shows that there are a lot of errors?
@alexalbano86412 жыл бұрын
Damn Man, I'm so glad i subscribed in your channel!
@mooict2 жыл бұрын
Thank you 😊
@yuvrajnagtilak7073 Жыл бұрын
I do same step in you but game is not work properly 😢 so what I do now
@Matematika04058 ай бұрын
Thank you bro
@elaineeyas55283 ай бұрын
Can anyone explain to me, why the random random was declared below the Player currentPlayer; please?
@mooict3 ай бұрын
For the cpu to randomly choose a button to play against the player.
@anthonygift5743 Жыл бұрын
Thanks for your code.. Mine working perfect
@mooict Жыл бұрын
Well done 👍🏽
@ChavaMartin8 ай бұрын
hay un error el el codigo, ya que marca que el CPU ha ganado, y no tiene las casillas de ganar, tambien en jugador
@martinnikolov3396 Жыл бұрын
I have an interesting question, because i have found a flaw in the game: -when the player clicks super fast it doesnt register the AI's response and u can click whenever, wherever u like and i was wondering if u can show us a fix to that
@LuzuVlogsGamer Жыл бұрын
Add a Time delay between clicks async await. so It cant be spammed after clicked once.
@l.j.pollard1481 Жыл бұрын
could also add a boolean tracking players turn, and add an if statement at the top of player click function and set players turn to false at the bottom of the players click function and set it to true at the bottom of the computer click function
@dickish11 ай бұрын
what i did is after the player makes a moves, all buttons get disabled till the cpu makes a move