Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-22T21:33:36.000Z (about 3 years ago)
- Last Synced: 2024-10-15T03:46:32.077Z (3 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
![step 1](https://imgur.com/PY1cQxz.png)
![step 2](https://imgur.com/mslETzn.png)
![step 3](https://imgur.com/qFVsK7L.png)
![step 4](https://imgur.com/HY7fA8D.png)