fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

8.6K
active users

#chessengine

1 post1 participant0 posts today

I hacked together a simple #ChessEngine (Alpha Move) in #Python. The "algorithm" has entirely been stolen from #xkcd3045. It uses UCI so you can let it play against other engines in your favorite chess program! Having it play against itself is also an option of course but predictably it results in an infinite loop.

codeberg.org/Mensh123/Alpha_Mo

Codeberg.orgAlpha_MoveAlpha Move, as in [XKCD 3045](https://xkcd.com/3045). A dumb, hacky chess engine.

About 10 years ago I wrote an article about how chess engines work.

I figured it would be cool to fresh it up a little bit and translate it to English, so yea, I did just that :)

If you have any interest on this topic check it out here:

abc.fractalf.net/articles/005-

Ălf's Ɓrain ĊacheHow do chess engines work? | Ălf's Ɓrain ĊacheA chess engine is just computer program written by humans and this is how they do it.