👨💻 Learn How to Code with Private Classes - www.dorscodingschool.com/coachingplans ❓Having a hard time with CS50, FreeCodeCamp or Odin Project? Practice with our exclusive free coding platform: www.codingdors.com/ 🎯 Are You A Coding Expert? Take Our Free Quiz and Find Out - www.dorscodingschool.com/quiz
@zahraBatenin Жыл бұрын
All tutorials I watched solved this project without using IFFE and factories..But this is what I was looking for, your code is clean and fast. Thanks a million
@peteryakubu34344 ай бұрын
How far are you in the course now
@zahraBatenin4 ай бұрын
@@peteryakubu3434 in the middle of React course
@GauravRaut-mr7qc24 күн бұрын
@@peteryakubu3434 how far are you now?
@mahalogames1 Жыл бұрын
Thank you for this tutorial. I've been stuck on this project for two days and it definitely made me want to put it off in terms of attempting it again. Although The Odin Project is a great program for learn coding and is FREE! I'm a visual learner and this for sure put me back on the right track. Thank you again!
@DorsCodingSchool Жыл бұрын
Thanks this is a great motivation for keeping posting them up :)
@nateizu3153 ай бұрын
I'm pushing through and doing my best. But sometimes I feel very unintelligent. The concepts don't fully click. I'll keep pushing forward though
@angelfp3010 ай бұрын
I was struggling a lot with factory functions and all those concepts and this tutorial made it so easy to understand, thanks a lot man!
@esuo21857 ай бұрын
how is it going now? At the end of TOP?
@blahblahblah5924 Жыл бұрын
Can't thank you enough, man! You got really creative and clever there with the logic too. Best solution on KZbin indeed.
@BabyloniaRelaxation Жыл бұрын
thank you so much bro, you really saved me, because i didn't understand that lesson, and i was about to skip it until i found your video, your explanation is super easy to understand can't thank you enough bro.
@ross-sanderson Жыл бұрын
Massive help. Thankyou so much for a clear and concise tutorial, you are a natural at this.
@didigomes12311 ай бұрын
If you call start() at the end of restart function, you don't have to set gameOver to false again in restart function. Also in the start() function you're already calling Gameboard.render(), so you can just leave the adding event listeners in the Gameboard.render().
@Evangelos_Bl Жыл бұрын
Thanks so much !you are a great instructor!
@jakespringer6926 Жыл бұрын
Thank you so much for this. You have helped me to learn so much.
@ezequielperez159 Жыл бұрын
Why is the code not available?
@sakshigosain238 Жыл бұрын
how is current player index being changed between 0 and 1 if we have only declared it to be 0?
@DorsCodingSchool Жыл бұрын
We’d love to help you more. Did you know you can join our Discord Group and get help from me and from people around the world that are also learning how to code? dorscodingschool.com/discord
@israsalama6927 Жыл бұрын
by adding this logic currentPlayerIndex = currentPlayerIndex === 0 ? 1 : 0; to the handleClick function. It was mentioned at the minute 29:00.
@aninexclusive466 Жыл бұрын
That was a very good tutorial. Thank you
@DorsCodingSchool Жыл бұрын
Glad it was helpful!
@dmeskhi5 ай бұрын
It worked perfectly until checkForWin logic. Suddenly it started displaying all Xs and ignoring logic itself. I placed the ternary operator on top of the IF statement. It shows Os but without checking for a win logic. Has anybody experienced the same issue?
@yudmusic5 ай бұрын
yeah I thought the issue was that when the board fish initiate every cell is empty so the logic automatically returns true and I tried to fix it like that but I haven't been able to get it working yet
@tahasiddiqui10014 ай бұрын
Why isnt this project uploaded in github?
@misnomerrrr Жыл бұрын
i think u forgot to upload the code ..... do it please ... it's been months now .
@venki2432 Жыл бұрын
Winningcombination seems to be working in urs but aint working in mine. It says player1 won before even completing the game lol
@floatingfortress721 Жыл бұрын
Will you be uploading the code anytime soon?
@DorsCodingSchool Жыл бұрын
I will, next week! If not you can remind me and I'll add it ASAP
@floatingfortress721 Жыл бұрын
@@DorsCodingSchool Thanks! I was able to follow along with the video :)
@snoopy_poopy69 Жыл бұрын
@@DorsCodingSchool hey, you have not added the code? i just checked the odin project git repo, and no tic tac toe