Odin Project Library App and Tic-Tic-Toe: Learning JavaScript!
A game of TicTacToe written in JavaScript ⭕
The Odin Project - Project: Tic Tac Toe (Part 1)
The Odin Project, a Walkthrough of Tic Tac Toe
The Odin Project - Ruby Tic Tac Toe Game
Finally! The Odin Project Tic-tac-toe | Web Dev Journey ep 25
Build Tic Tac Toe With JavaScript - Tutorial
The Odin Project VLOG | Day 100 CODING For BEGINNERS | JavaScript Project Tic Tac Toe Part 3
The Odin Project - Project: Tic Tac Toe (Part 3)
The Odin Project VLOG | Day 101 CODING For BEGINNERS | JavaScript Project Tic Tac Toe Part 4a
The Odin Project VLOG | Day 99 CODING For BEGINNERS | JavaScript Project Tic Tac Toe Part 2
JavaScript tic-tac-toe project, video update for (1/4/23). The Odin Project.
The Odin Project - Project: Tic Tac Toe (Part 4)
The Odin Chronicles (TOC) Ep 11. JavaScript Tic-Tac-Toe Complete!!!
The Odin Project VLOG | Day 103 CODING For BEGINNERS | JavaScript Project Tic Tac Toe Prt5 COMPLETED
The Odin Project VLOG | Day 98 CODING For BEGINNERS | JavaScript Project Tic Tac Toe Part 1
Tic Tac Toe Project JS
The Odin Chronicles (TOC). Episode 1, SLOWLY building tic tac toe project, discussing Chat-GPT.
The Odin Project - Project: Tic Tac Toe (Part 2)
The Odin Project #34 - Tic Tac Toe App #3 | Study with me
Odin Project Javascript Tips and Tricks: Part 1
Create a Simple Tic Tac Toe Game with HTML, CSS, and JavaScript - EASY Tutorial
Комментарии
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
zahraBatenin
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
TheBiggestDrink
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!
mahalogames
Can't thank you enough, man! You got really creative and clever there with the logic too. Best solution on Youtube indeed.
blahblahblah
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!
angelfp
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.
BabyloniaRelaxation
Massive help. Thankyou so much for a clear and concise tutorial, you are a natural at this.
ross-sanderson
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().
didigomes
Thanks so much !you are a great instructor!
Evangelos_Bl
how is current player index being changed between 0 and 1 if we have only declared it to be 0?
sakshigosain
Thank you so much for this. You have helped me to learn so much.
jakespringer
i think u forgot to upload the code do it please ... it's been months now .
misnomerrrr
That was a very good tutorial. Thank you
aninexclusive
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?
dmeskhi
Will you be uploading the code anytime soon?
floatingfortress
Winningcombination seems to be working in urs but aint working in mine. It says player1 won before even completing the game lol