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:
- Clone the repository:
git clone https://github.com/chessguessr/chessguessr.git
- Install the dependencies:
cd chessguessr
npm install
- Start the development server:
npm run dev
- 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.