check-buddy 0.2.2

A WIP chess engine written in Rust.
Documentation
<h1 align="center">
  <img src="assets/logo256.png" width=200 height=200/><br>
  ♟️ Check Buddy
  </a>
</h1>

<p>A Chess engine written in Rust, using <a href="https://github.com/bevyengine/bevy/" target="_blank">🐦Bevy</a> as GUI
</p>

![](../../assets/footage.gif)

# ✔️ Currently implemented
- [x] all pieces rules
- [x] move check
- [x] next move check
- [x] illegal moves
- [x] en passant
- [x] castling
- [ ] pawn trade
- [ ] win check
- [x] FEN string
  - [x] from
  - [x] to