I created a Chess engine in JavaScript

kabs

New member
Hey everyone,

I wrote this Chess engine in JavaScript over the course of 2 weeks having never written one before. The GitHub repo is here: https://github.com/will-lamerton/pixel-chess and you can play it over at https://chess.barr.media/.

This is literally just a side project but I'd love to improve it and build it out so feedback/help/contribution is all welcome. The readme in the GitHub repo will describe more about the project, its shortcomings and its roadmap :)

Cheers!

https://preview.redd.it/01q0g1z2doj...bp&s=7f2be529b9ef77bf4a837630f43e41e8f5087bcd
 
@michaelaj Thanks very much! The hardest part to this day is speed. Being able to search as deep in the game tree as possible as quick is possible is a huge challenge. It’s not bad at the moment but there’s certainly things we can do to improve it!
 

Similar threads

Back
Top