Kayıtlar

Satranç Tahtası Html Css JavaScript Kodu etiketine sahip yayınlar gösteriliyor

Satranç Tahtası Html Css JavaScript Kodu

Resim
  <!DOCTYPE html > < html > < head > < style > table { border-collapse : collapse; } td { width : 50px ; height : 50px ; text-align : center; vertical-align : middle; } .black { background-color : black; color : white; } .white { background-color : white; color : black; } </ style > </ head > < body > < table id = "chessBoard" > </ table > < script > const chessBoard = document . getElementById ( "chessBoard" ); const pieces = [ "R" , "N" , "B" , "Q" , "K" , "B" , "N" , "R" ]; for ( let i = 0 ; i < 8 ; i++) { const row = chessBoard. insertRow (); for ( let j = 0 ; j < 8 ; j++) { ...

BİZİMLE İLETİŞİME GEÇİN

Ad

E-posta *

Mesaj *