Chess game with Js || Make a chess game using html,css and javascript

preview_player
Показать описание
before you download please hit like and subscribe

download the source code--
Рекомендации по теме
Комментарии
Автор

hello guys, sorry for ur errors that u have while attempting javascript, so i am gonna add the whole source code in a zip file ....hope it would help you ...
download the code from here you for your support

TheSolutionHub
Автор

*Guy who is typing code as he is watching*
16:38-> "Hallelujah!"

youtuber-dx
Автор

Funny how one of the articles I saw listing beginner friendly projects places "create a chess game" in the first one...

camiloalonso
Автор

watched this whole thing for the javascript, then you just link the file. ffs...

ReviloYaj
Автор

Hey can you make a video which explains the working on javascript, so i get to know what you are doing and using.

shashankv
Автор

I had problems with #turn but I figured it out. Your video missed the part where you adjusted the #turn position to make it center and round the corner of its border. My fix was adjusting "max-width: 442px", add "left: 59px" and "border-radius: 5px" to center and round the corner of border. Thank you for this useful code. I'm looking forward to see more of your videos.

vitietthiet
Автор

OMG!!! I never knew that we can make a chess game by coding! It just came in my YouTube recommendations and I opened it! It is just so cool!

aatmanchowdhary
Автор

*has facebook and internet explorer pinned to taskbar, uses only html css and javscript, only types in broken english* A true man of culture

Fidelity_Investments
Автор

There is an issue with the pawn movement, currently if you have not moved your pawn and there is a piece in front of it you can just jump over it. Simple fix, just check if there is a piece in front of the pawn in the same check where you see if the pawn has moved yet. This is the fix, specifically the second part of if statement. if == false && $('#' + position.x + '_' + == 'null')

jonathanpaparo
Автор

Hey there!

May I use the source code for my personal use amongst me and my friends? We want to make mods.

Thanks!

flyxhs
Автор

Brother, I am download your source code from your given link but the problem is the it shows only blocks and it's effect. .
It don't shows Bishop, King, queen, pawn etc....
Can you help me to short it out..!

bhaviksagar
Автор

really awesome bro, ive tried the source code and I really like the code. It have 2 to 3 missing parts like checkmate system, castling and if pawn goes to end it get a choice to be queen and all. but still it is an amazing project .

shyamthakur
Автор

Hello, how can I modify the movement of the pieces? Where in the code can I control the behavior of pieces' movements?

CarlosEstrada-hueh
Автор

Bhai isme frontend techology and back and technology konsi hai? Pls reply. Like Karne ko ni bola reply Karo.

yuvrajvyas
Автор

You could have used span. By the way, It's great

deshmukhsharad
Автор

Can we connect two Laptops so that one laptop would be player 1 and the other, player 2, playing the same game? Basically, like a online multiplayer?

lalithb
Автор

I want to know what you're using as a canvas.

dark_advantage
Автор

Hii
Game is superb.
Please tell how to check invalid move for check.

akashshrimali
Автор

Can I know what and why you've added script source?

virajgawand
Автор

hi! can you please guide how to solve the js file issue? writing it in same html file or seperate js file its not working it gives error on :
let main = {} saying ERROR: parsing error: unexpected token main .
please help me resolve it ASAP.

ridafaisalkhan
visit shbcf.ru