Skip to content

lolo8304/chess-coding-challenge

Repository files navigation

chess-coding-challenge

Based on the recording challenge https://codingchallenges.fyi of John Cricket I have implemented a chess engine, including a little AI.

Build

I have fully built the engine with JavaScript directly executively the browser using P5.js

Run

just open index.html

Play online

https://chess-coding-challenge.vercel.app

Limitations

  • remove generator doesn't hundred percent fit needed move numbers based on the FEN library
  • performance of the move generator is quite bad. Optimizations on the way.

Credits

:-)

more Coming soon