<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
- [ ] pawn trade
- [ ] win check
- [ ] fem string
- [x] from
- [ ] to