Murat SahinforMurat Sahinmshcs.hashnode.net·Aug 23, 2022FeaturedRecognizing Chess Game State from an ImageIntroduction In Summer 2022, I took the Image Processing and Deep Learning courses and I needed a problem to solve for the course projects. This problem caught my interest. For a given photo that contains chessboard, with pieces on it, digitizing gam...Shad Mirza and 4 others are discussing this5 people are discussing thisDiscuss·73 likes·917 readsComputer VisionThis is the kind of things that will change this world! Congrats! Amazing reading also. 3
DavideforWeb3Davesoosweb3.hashnode.net·Sep 11, 2022FeaturedMake a basic chess board with chessboard.jsIntroduction This tutorial is the first in the series, and I will show you how to create a functioning chessboard using the chessboard.js library. Chess can be considered the eternal game; it has been around for hundreds of years and will be around f...Discuss·31 likes·608 readsJavaScript
Sue DonimusforA Sue Donimus Blogsue.hashnode.net·Nov 3, 202210 ways to improve at HyperbulletOne of my hobbies is playing Hyperbullet Chess (30 second games) online and my Elo rating is quite high (it is higher than over 84% of Bullet players on Lichess) despite the fact that I did not enter the scene through a heavy chess background. In ot...Discuss·34 readschess
Lachlan DauthforDauth's Bloglachydauth.hashnode.net·Apr 14, 2023Building an AI to Tackle ChessIntro Hey guys, today I'm going to be sharing my journey of building an AI to tackle the popular game of chess. Recently, I've been inspired by videos from Code Bullet and Sebastian Lague, who have made great content discussing this topic. However, S...Discusschess
Aubrey Nicollforaubrey.hashnode.net·Feb 27, 2023Backtracking, Famous Chess Problems, and YouBacktracking algorithms are very powerful, and are often the keystone in a successful combinatorial search algorithm. They can allow us to proceed in finding complex solutions where other algorithms fall far short of the mark. Many famous problems in...Discuss·46 readsalgorithms
Shubham MaheshwariforShubham Maheshwari's blogpsychbee.hashnode.net·Jan 24, 2023How Not To Lose At Chess?Many chess players are stuck at 1400-1800 Elo. It seems like they are doing everything correctly, playing chess, studying Grandmasters’ books, and solving tactics, but the rating just does not grow. Sounds familiar? In this article, we will talk abou...Discusschess
LAKSHAY BREJWALforlakshaybrejwal.hashnode.net·Jan 16, 2023Novice ChessChess is a game that has been enjoyed by people of all ages and skill levels for centuries. It is a game of strategy, skill, and patience that can be played both competitively and casually. If you are new to the game of chess, this blog post will pro...Discusschess
Sue DonimusforA Sue Donimus Blogsue.hashnode.net·Nov 3, 202210 ways to improve at HyperbulletOne of my hobbies is playing Hyperbullet Chess (30 second games) online and my Elo rating is quite high (it is higher than over 84% of Bullet players on Lichess) despite the fact that I did not enter the scene through a heavy chess background. In ot...Discuss·34 readschess
DavideforWeb3Davesoosweb3.hashnode.net·Sep 11, 2022FeaturedMake a basic chess board with chessboard.jsIntroduction This tutorial is the first in the series, and I will show you how to create a functioning chessboard using the chessboard.js library. Chess can be considered the eternal game; it has been around for hundreds of years and will be around f...Discuss·31 likes·608 readsJavaScript
Murat SahinforMurat Sahinmshcs.hashnode.net·Aug 23, 2022FeaturedRecognizing Chess Game State from an ImageIntroduction In Summer 2022, I took the Image Processing and Deep Learning courses and I needed a problem to solve for the course projects. This problem caught my interest. For a given photo that contains chessboard, with pieces on it, digitizing gam...Shad Mirza and 4 others are discussing this5 people are discussing thisDiscuss·73 likes·917 readsComputer VisionThis is the kind of things that will change this world! Congrats! Amazing reading also. 3
Jordi BassaganasforJordi Bassaganasprogramarivm.hashnode.net·Jul 18, 2022Playing Chess Against Stockfish in a Linux TerminalStockfish is a powerful, widely-used open-source chess engine. Its initial release dates back to 2008 and since then has become stronger and stronger to the point that today virtually no human can defeat it. Some would argue this is just boring. What...DiscussOpen Source