Search results

  1. K

    I created a Chess engine in JavaScript

    @613jono Thanks a lot! Appreciate the comment 🙌🏼
  2. K

    I created a Chess engine in JavaScript

    @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!
  3. K

    I created a Chess engine in JavaScript

    @613jono Hey thanks so much, glad you like the retro vibes!
  4. K

    I created a Chess engine in JavaScript

    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...
Back
Top