Chessguessr screenshot

Chessguessr

Author Avatar Theme by Assios
Updated: 20 May 2025
90 Stars

Guess the continuation of a chess game

Categories

Overview

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.

Features

  • Guess the next moves in a chess game
  • Receive hints after each guess indicating if the move is correct, in the wrong place, if the correct piece type was moved, or if the move is wrong
  • Positions for the game are taken from games played on Lichess
  • Built with Remix, Typescript, Tailwind, and Firebase

Installation

To install and play Chessguessr, follow these steps:

  1. Clone the repository:
git clone https://github.com/chessguessr/chessguessr.git
  1. Install the dependencies:
cd chessguessr
npm install
  1. Start the development server:
npm run dev
  1. Access the game in your browser at http://localhost:3000

Summary

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.