Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess Move Guide

A lightweight web app where you can:

  • Create a custom-named chess session
  • Pick your side (white or black)
  • Upload a screenshot of your current board
  • Map the board position and get a suggested best move

Run Locally

  1. Install dependencies:
npm install
  1. Start the app:
npm run dev
  1. Open:
http://localhost:3000

Notes

  • The screenshot is uploaded and stored with the session.
  • The app currently uses an onboard minimax engine for move recommendation.
  • For best results, mirror your screenshot position on the board mapper before running analysis.
  • This project is configured for local server usage only.

About

Screenshot a chess board choose your side and get the winning moves.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages