Guess the continuation of a chess game
Chessguessr is a game where players try to guess the next moves in a chess game. The positions used in the game are taken from games played on Lichess. Players are given hints after each guess, which indicate if the move is correct, in the wrong place, if the correct piece type was moved, or if the move is wrong. The game is developed using Remix, Typescript, Tailwind, and Firebase for keeping track of puzzle stats.
To install and play Chessguessr, follow these steps:
git clone https://github.com/chessguessr/chessguessr.git
cd chessguessr
npm install
npm run dev
http://localhost:3000
Chessguessr is an interactive game where players try to guess the next moves in a chess game. The game provides hints to help players make their guesses. It is built with Remix, Typescript, Tailwind, and Firebase. Players can access the daily Chessguessr puzzle through the REST API provided. Overall, Chessguessr offers an entertaining and challenging experience for chess enthusiasts.