https://github.com/zaxovaiko/internship-chess
👑 Simple chess game made with Chessboard.js as a task for ArdentCode internship
https://github.com/zaxovaiko/internship-chess
chess-game chessboardjs
Last synced: 3 months ago
JSON representation
👑 Simple chess game made with Chessboard.js as a task for ArdentCode internship
- Host: GitHub
- URL: https://github.com/zaxovaiko/internship-chess
- Owner: zaxovaiko
- Created: 2021-12-11T13:47:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-22T21:33:36.000Z (over 3 years ago)
- Last Synced: 2025-01-27T06:28:25.200Z (5 months ago)
- Topics: chess-game, chessboardjs
- Language: JavaScript
- Homepage: https://internship-custom-chess.herokuapp.com/
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Internship Chess for ArdentCode
Try it online [here](https://internship-custom-chess.herokuapp.com/)
## Code structure
```text
index.html
assets/
images/ <- serves figure images
js/
bot.js <- simple AI
helpers.js <- additional helper functions for the game
highlight.js <- highlight possible moves
index.js <- main js file
moves.js <- logic for possible moves
```## Task



