Code Tic Tac Toe Game in JavaScript HTML CSS

  Рет қаралды 32,161

Kenny Yip Coding

Kenny Yip Coding

Күн бұрын

Пікірлер: 39
@robparent1261
@robparent1261 2 жыл бұрын
This is the best walkthrough I've seen so far ... by far! Well done. And thanks!
@KennyYipCoding
@KennyYipCoding 2 жыл бұрын
Glad you found this tutorial helpful! Make sure to subscribe to see more tutorials like this !
@kevinlei9826
@kevinlei9826 2 жыл бұрын
@@KennyYipCoding already did!
@cdaaniel
@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🙌
@tusharmalhotra3228
@tusharmalhotra3228 2 жыл бұрын
why dos this have no views this is the easiest tutorial ever nice man
@KennyYipCoding
@KennyYipCoding 2 жыл бұрын
maybe one day, there will be more views!
@Aankit9000
@Aankit9000 8 ай бұрын
​@@KennyYipCodingYepp and thanks for making it
@AnmolYadav-xn7wz
@AnmolYadav-xn7wz 8 ай бұрын
@@KennyYipCoding now there are !
@kamarajp1932
@kamarajp1932 2 жыл бұрын
Omg! I found the best 👍💯tutorial ever Thank you 🙏🙏
@KennyYipCoding
@KennyYipCoding 2 жыл бұрын
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
@siempreretro Жыл бұрын
Nice tutorial! I made this game, but with buttons 🙂
@sezyofc3093
@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
@hriyanshah6287
@hriyanshah6287 5 ай бұрын
thank you this changed my life😀😄😊
@kamarajp1932
@kamarajp1932 2 жыл бұрын
Very Good explanation 👍👍👍
@KngAb
@KngAb 10 ай бұрын
can you create one where you play against the computer
@tanmaym2095
@tanmaym2095 11 ай бұрын
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
@KennyYipCoding
@KennyYipCoding 11 ай бұрын
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.
@tanmaym2095
@tanmaym2095 11 ай бұрын
@@KennyYipCoding Ok thanks I will try it out
@renishsalakhana5603
@renishsalakhana5603 2 жыл бұрын
what if game is tie then ...can you please make function for check tie ??
@aminejamal4849
@aminejamal4849 2 жыл бұрын
you can add an else condition, if none of the other conditions are met its a tie
@ujwalam1906
@ujwalam1906 2 жыл бұрын
i am not able to refrese the css code
@YoRu-Cat
@YoRu-Cat 11 ай бұрын
im new to coding. im encountring an issue that my borders are not showing i even tried using z-index but in vain. Welp
@renishsalakhana5603
@renishsalakhana5603 2 жыл бұрын
what if we got draw ??
@stuartlittle995
@stuartlittle995 2 жыл бұрын
Hey bro great video I have a doubt in line 11 how do you set values of board array in 'r' and 'c'
@derickfarnicky6062
@derickfarnicky6062 2 жыл бұрын
beautiful tutorial
@renishsalakhana5603
@renishsalakhana5603 2 жыл бұрын
please make a function for when the game is tied in this code
@js_games_for_dummies
@js_games_for_dummies Жыл бұрын
Great! Brilliant!
@InFiNiTy12006
@InFiNiTy12006 2 жыл бұрын
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-bf9yn
@AdityaKumar-bf9yn 2 жыл бұрын
please make video or short on draw too!
@derickfarnicky6062
@derickfarnicky6062 2 жыл бұрын
can we build tic tac toe using constructor???
@KennyYipCoding
@KennyYipCoding 2 жыл бұрын
not sure what you mean by that but you could try playing around with the code, changing it up or moving things around!
@MrinalSinghEC
@MrinalSinghEC 2 жыл бұрын
Can anyone guide me the procedure to run this on any mobile phones
@KennyYipCoding
@KennyYipCoding 2 жыл бұрын
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
@islombekganiyev
@islombekganiyev 8 ай бұрын
good ,no the best
@Aymanerguigue
@Aymanerguigue Жыл бұрын
WOW😊💯
@necronomicon-xmortis9362
@necronomicon-xmortis9362 7 ай бұрын
im convinced that your a time waister
@KennyYipCoding
@KennyYipCoding 7 ай бұрын
You’re * a time waster* Anyway feel free to elaborate what you mean !
@sufiantariq3983
@sufiantariq3983 2 жыл бұрын
Function to check Game Tie: function checkTie() { let count = 0; for(let r=0;r
Code Rock Paper Scissors In JavaScript
12:25
Kenny Yip Coding
Рет қаралды 21 М.
A game of TicTacToe written in JavaScript ⭕
18:57
Bro Code
Рет қаралды 128 М.
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН
Tic Tac Toe in JavaScript (Super Simple!)
38:05
Code with Ania Kubów
Рет қаралды 12 М.
Tic Tac Toe winning logic for programmers
9:20
Hitesh Choudhary
Рет қаралды 64 М.
JavaScript Tic Tac Toe Game Tutorial
17:23
Angle Brace
Рет қаралды 11 М.
How to Build Tic Tac Toe with JavaScript, HTML and CSS - Tutorial
49:15
Coding With Adam
Рет қаралды 26 М.
How to Create Tic Tac Toe Game in Excel Using VBA
15:23
DJ Oamen
Рет қаралды 95 М.
Master JavaScript Drag and Drop with Chess Example!
28:44
Code with Ania Kubów
Рет қаралды 15 М.
How is this Website so fast!?
13:39
Wes Bos
Рет қаралды 1,2 МЛН
Build Tic-Tac-Toe in JavaScript, HTML & CSS
29:24
Tyler Potts
Рет қаралды 8 М.
Build Tic Tac Toe With JavaScript - Tutorial
41:46
Web Dev Simplified
Рет қаралды 362 М.
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН