Skip to content

Instantly share code, notes, and snippets.

View jinyy06's full-sized avatar

jinyy06

  • Joined May 21, 2026
View GitHub Profile
const board = document.getElementById("board");
const turnText = document.getElementById("turnText");
const scoreText = document.getElementById("scoreText");
const restartBtn = document.getElementById("restartBtn");
const pieces = [
// 黑
["將","black"],["士","black"],["士","black"],