Тёмный

THE ODIN PROJECT: TIC TAC TOE | PROJECT SOLUTION 

Dors Coding School
Подписаться 20 тыс.
Просмотров 9 тыс.
50% 1

📚 Join the Waitlist for Our Next AI Bootcamp - codingdors.com...
🌐 Join the Waitlist for Our Web Development Bootcamp - codingdors.com...
👨‍💻 Learn How to Code with 1-on-1 Private Classes - www.codingdors...
💡 Get Our Solutions and eBook on "The Top Mistakes People Make When Learning How to Code" - www.codingdors...

Опубликовано:

 

28 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 34   
@DorsCodingSchool
@DorsCodingSchool Год назад
👨‍💻 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
@angelfp30
@angelfp30 7 месяцев назад
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!
@esuo2185
@esuo2185 3 месяца назад
how is it going now? At the end of TOP?
@mahalogames1
@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
@DorsCodingSchool Год назад
Thanks this is a great motivation for keeping posting them up :)
@dmeskhi
@dmeskhi 2 месяца назад
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?
@yudmusic
@yudmusic Месяц назад
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
@floatingfortress721
@floatingfortress721 Год назад
Will you be uploading the code anytime soon?
@DorsCodingSchool
@DorsCodingSchool Год назад
I will, next week! If not you can remind me and I'll add it ASAP
@floatingfortress721
@floatingfortress721 Год назад
@@DorsCodingSchool Thanks! I was able to follow along with the video :)
@snoopy_poopy69
@snoopy_poopy69 11 месяцев назад
@@DorsCodingSchool hey, you have not added the code? i just checked the odin project git repo, and no tic tac toe
@zahraBatenin
@zahraBatenin 10 месяцев назад
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
@peteryakubu3434
@peteryakubu3434 Месяц назад
How far are you in the course now
@zahraBatenin
@zahraBatenin Месяц назад
@@peteryakubu3434 in the middle of React course
@ezequielperez159
@ezequielperez159 Год назад
Why is the code not available?
@blahblahblah5924
@blahblahblah5924 Год назад
Can't thank you enough, man! You got really creative and clever there with the logic too. Best solution on RU-vid indeed.
@tahasiddiqui1001
@tahasiddiqui1001 23 дня назад
Why isnt this project uploaded in github?
@sakshigosain238
@sakshigosain238 Год назад
how is current player index being changed between 0 and 1 if we have only declared it to be 0?
@DorsCodingSchool
@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
@israsalama6927 Год назад
by adding this logic currentPlayerIndex = currentPlayerIndex === 0 ? 1 : 0; to the handleClick function. It was mentioned at the minute 29:00.
@misnomerrrr
@misnomerrrr Год назад
i think u forgot to upload the code ..... do it please ... it's been months now .
@BabyloniaRelaxation
@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.
@jakespringer6926
@jakespringer6926 Год назад
Thank you so much for this. You have helped me to learn so much.
@didigomes123
@didigomes123 8 месяцев назад
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
@Evangelos_Bl Год назад
Thanks so much !you are a great instructor!
@venki2432
@venki2432 Год назад
Winningcombination seems to be working in urs but aint working in mine. It says player1 won before even completing the game lol
@ross-sanderson
@ross-sanderson 9 месяцев назад
Massive help. Thankyou so much for a clear and concise tutorial, you are a natural at this.
@huzaifaahsan4170
@huzaifaahsan4170 Год назад
please give the link to the code.
@DorsCodingSchool
@DorsCodingSchool Год назад
It will be available by Friday.
@kaziinmc
@kaziinmc Год назад
Hey, Where the code can be found ?
@EveAdam__1
@EveAdam__1 Год назад
@@DorsCodingSchool Hey can't found it neither
@aninexclusive466
@aninexclusive466 Год назад
That was a very good tutorial. Thank you
@DorsCodingSchool
@DorsCodingSchool Год назад
Glad it was helpful!
@svag_g
@svag_g 6 месяцев назад
where's the code bro???
Далее
THE ODIN PROJECT: LIBRARY | PROJECT SOLUTION
30:47
Просмотров 10 тыс.
Code a Tic-tac-toe game with ONLY JavaScript
35:14
Просмотров 5 тыс.
THE ODIN PROJECT: RESTAURANT PAGE | PROJECT SOLUTION
25:53
A game of TicTacToe written in JavaScript ⭕
18:57
Просмотров 116 тыс.
The Odin Project: Tic-Tac-Toe (3 tips)
5:51
Tic Tac Toe in JavaScript (Super Simple!)
38:05
Просмотров 10 тыс.