rename: openboard-chess → chess-by-sparsh + revise difficulty to rating-inspired levels#3
Open
sparshsam wants to merge 3 commits into
Open
rename: openboard-chess → chess-by-sparsh + revise difficulty to rating-inspired levels#3sparshsam wants to merge 3 commits into
sparshsam wants to merge 3 commits into
Conversation
- Replace Easy/Medium/Hard with Beginner (~800), Casual (~1000), Club (~1400) - Beginner: not pure random, prefers obvious captures/recaptures, avoids simplest one-move blunders, significant randomness remains - Casual: MVV-LVA capture scoring, check preference, piece development, castling, better blunder avoidance - Club: piece-square table evaluation, high-confidence mate/capture detection, king safety, open-file rook play, central pawn control - Add rating disclaimer: "Approximate skill bands, not official Elo ratings." - Add GitHub Actions CI workflow (test, build, lint) - 37 tests passing across 2 test files - Deployed to https://openboard-chess.vercel.app/ Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Rename GitHub repo from sparshsam/openboard-chess to sparshsam/chess-by-sparsh (301 redirect from old URL confirmed working) - Rename Vercel project, deploy to https://chess-by-sparsh.vercel.app/ (200 OK) (old openboard-chess.vercel.app still serves as secondary) - Update all code references: README, AGENTS, CONTRIBUTING, package.json - Add localStorage migration: old keys auto-migrate to new keys on first load - Refactor useChessGame to use lazy useState initialization (no useEffect lint) - Computer move triggered directly after user actions instead of via effect - Update builder-journal: plans/openboard-chess.md → plans/chess-by-sparsh.md - Update builder-journal repo-inventory.md and release-status.md Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Revises Chess by Sparsh difficulty levels from the vague Easy/Medium/Hard to chess.com-style rating-inspired skill bands with improved AI behavior.
Difficulty Levels
Key Changes
Testing
Deployment
✅ Deployed to https://openboard-chess.vercel.app/ (200 OK, production)
Constraints Met
🤖 Generated with Claude Code