Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@Stermere Stermere released this 08 Sep 20:26
· 51 commits to main since this release

Since the last release, a lot has changed I'll go over the highlights. First, the engine no longer uses GB's of RAM to store the game tree and now grabs the best move from the transposition table. Secondly, the nodes per second have been doubled and many odd bugs with the transposition table have been squashed. Lastly and most excitingly there is now a web app you can visit to play the engine without the need to download anything! This limits the most challenging difficulty to just a half second of thinking time but that should be enough for all but the most experienced players. If you'd like to play it visit https://ckees1.pythonanywhere.com (it will take a second to load if it hasn't been visited in a while). In the future, you will be able to run the web app locally and set the thinking time to whatever you want.