Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)