this post was submitted on 29 Jul 2026
56 points (100.0% liked)

Programming

27916 readers
157 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] vext01@feddit.uk 9 points 3 days ago (3 children)

I've always wanted to write a chess engine.

[–] Starfighter@discuss.tchncs.de 1 points 2 days ago* (last edited 2 days ago)

If visual explanations help you then I can highly recommend Sebastian Lague's video series on chess engines where he iteratively builds one himself and finally ends up organizing a tournament.

His other content is top notch as well.

[–] abbadon420@sh.itjust.works 4 points 3 days ago (2 children)
[–] vext01@feddit.uk 3 points 3 days ago
[–] Albbi@lemmy.ca 1 points 3 days ago

There's a bunch more ideas just like it! All you have to do is ACTUALLY OPEN THE POST'S LINK.

Going for that Futurama Lucy Liu vibe.

There is the excellent chess programming wiki, but unfortunately it does error 503 for me right now.

Here is the archive: https://web.archive.org/web/20250302091125/https://www.chessprogramming.org/Main_Page

Main site: https://www.chessprogramming.org/Main_Page

It has some pretty good resources to get started, and all the techniques being used.