feat: create chessboard, fix makeMove

This commit is contained in:
Cozma Rares
2023-06-06 23:34:39 +03:00
parent 3878b343b4
commit e1da622457
24 changed files with 1093 additions and 467 deletions
+3
View File
@@ -16,6 +16,9 @@
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"typescript": "^4.9.3",
"vite": "^4.2.0"
}