<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>

# ✔️ 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