This is the best walkthrough I've seen so far ... by far! Well done. And thanks!
@KennyYipCoding2 жыл бұрын
Glad you found this tutorial helpful! Make sure to subscribe to see more tutorials like this !
@kevinlei98262 жыл бұрын
@@KennyYipCoding already did!
@cdaaniel Жыл бұрын
Hey man, I wish I found you're channel when I got started. The way you explain is beginner-friendly and your drawings also help. Keep it up bro🙌
@tusharmalhotra32282 жыл бұрын
why dos this have no views this is the easiest tutorial ever nice man
@KennyYipCoding2 жыл бұрын
maybe one day, there will be more views!
@Aankit90008 ай бұрын
@@KennyYipCodingYepp and thanks for making it
@AnmolYadav-xn7wz8 ай бұрын
@@KennyYipCoding now there are !
@kamarajp19322 жыл бұрын
Omg! I found the best 👍💯tutorial ever Thank you 🙏🙏
@KennyYipCoding2 жыл бұрын
If you enjoyed the video, don't forget to like, subscribe, and share! :) how to code WORDLE: kzbin.info/www/bejne/mZzNg6aGlrx7jpo how to code SUDOKU: kzbin.info/www/bejne/iWXYg6eKl52IY7c how to code CONNECT 4: kzbin.info/www/bejne/anK1pKeei9N2isk how to code 2048: kzbin.info/www/bejne/jn6Vn2SdqploaZI
@siempreretro Жыл бұрын
Nice tutorial! I made this game, but with buttons 🙂
@sezyofc3093 Жыл бұрын
Hi, im new js learn, i want learn javascript, but i still don't understand, 12:39 what let r let c mean, can you explain pls and board [r][c], how it does works, thnx you very much
@hriyanshah62875 ай бұрын
thank you this changed my life😀😄😊
@kamarajp19322 жыл бұрын
Very Good explanation 👍👍👍
@KngAb10 ай бұрын
can you create one where you play against the computer
@tanmaym209511 ай бұрын
hello so i wrote everything in the code the exact same but when i added the if(board[r][c] != ' '){ return; } it becomes unclickable Pls help
@KennyYipCoding11 ай бұрын
You have a bug somewhere, you can right click on the web page -> inspect, and go to console to see if anything gets printed out. If not, if you click on the GitHub link in the video description, you can compare the code like by line to see where you wrote something differently.
@tanmaym209511 ай бұрын
@@KennyYipCoding Ok thanks I will try it out
@renishsalakhana56032 жыл бұрын
what if game is tie then ...can you please make function for check tie ??
@aminejamal48492 жыл бұрын
you can add an else condition, if none of the other conditions are met its a tie
@ujwalam19062 жыл бұрын
i am not able to refrese the css code
@YoRu-Cat11 ай бұрын
im new to coding. im encountring an issue that my borders are not showing i even tried using z-index but in vain. Welp
@renishsalakhana56032 жыл бұрын
what if we got draw ??
@stuartlittle9952 жыл бұрын
Hey bro great video I have a doubt in line 11 how do you set values of board array in 'r' and 'c'
@derickfarnicky60622 жыл бұрын
beautiful tutorial
@renishsalakhana56032 жыл бұрын
please make a function for when the game is tied in this code
@js_games_for_dummies Жыл бұрын
Great! Brilliant!
@InFiNiTy120062 жыл бұрын
Hey thanks man that was helpful but I need a favour can you make it so after winner is decided a line comes up on the winning tiles
@AdityaKumar-bf9yn2 жыл бұрын
please make video or short on draw too!
@derickfarnicky60622 жыл бұрын
can we build tic tac toe using constructor???
@KennyYipCoding2 жыл бұрын
not sure what you mean by that but you could try playing around with the code, changing it up or moving things around!
@MrinalSinghEC2 жыл бұрын
Can anyone guide me the procedure to run this on any mobile phones
@KennyYipCoding2 жыл бұрын
Hi, I have a tutorial on my channel on how to host your website for free on GitHub. After you host it, just enter the link on your phone
@islombekganiyev8 ай бұрын
good ,no the best
@Aymanerguigue Жыл бұрын
WOW😊💯
@necronomicon-xmortis93627 ай бұрын
im convinced that your a time waister
@KennyYipCoding7 ай бұрын
You’re * a time waster* Anyway feel free to elaborate what you mean !
@sufiantariq39832 жыл бұрын
Function to check Game Tie: function checkTie() { let count = 0; for(let r=0;r