Skip to content

Add Chess with Jev (games) - #130

Open
cwdx wants to merge 2 commits into
hellogumbo:mainfrom
cwdx:add-chess-with-jev
Open

cwdx wants to merge 2 commits into
hellogumbo:mainfrom
cwdx:add-chess-with-jev

Conversation

@cwdx

@cwdx cwdx commented Sep 25, 2026 •

Copy link
Copy Markdown

Adds Chess with Jev to games.

What it is: browser chess and Chess960. Play Jev, a simple engine or a friend, or watch Jev play itself or the engine.

How it uses Jev: each turn the server replays the game, works out every legal move's facts in code (exchanges played out to a net result, mate in one or two allowed or forced, attackers and defenders, threats, repetition), and asks Jev one Choice whose options are exactly the legal moves, plus a Noul (king danger) and two Scores in the same call. Jev can only answer with a legal move; its top candidates show as probability bars and as arrows on the board.

Source: https://github.com/cwdx/chess-with-jev, the Jev client (MIT) and the chess engine (GPL-3.0) that choose each move: the move facts, the Choice sent to Jev, and the re-ask. The site around them is private.

Disclosure: I built it (Chris Wijnia), with Claude Code assisting.


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

Summary by CodeRabbit

  • New Features
    • Added Chess with Jev to the projects listing, with a link to its browser demo for Chess and Chess960. In the demo, Jev selects a move each turn.

@coderabbitai

coderabbitai Bot commented Sep 25, 2026 •

Copy link
Copy Markdown

Review in Change Stack →

Navigate logical layers of code changes, visualize relationships, and explore their blast radius.

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: 28245c53-0625-4ae3-9906-a9a5f0d30839

📥 Commits

Reviewing files that changed from the base of the PR and between ed85b61 and ee727c9.

📒 Files selected for processing (1)
  • data/projects.json

Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review.


📝 Walkthrough

Walkthrough

The project catalog now lists “Chess with Jev” under games. The entry links to its browser demo and describes browser-based Chess and Chess960 gameplay.

Changes

Chess with Jev catalog entry

Layer / File(s) Summary
Add project catalog entry
data/projects.json
Adds the browser demo URL, description, games category, repository cwdx/chess-with-jev, TypeScript language, zero stars, and added date.

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~3 minutes

Change: Feature

Suggested reviewers: zc277584121

Merge Risk: ⚪ Minimal · up to ee727

The new project entry fits the catalog fields and is rendered with its project and repository links. No actionable issue in this change warrants delaying merge.

Architecture Summary

Architecture risk: 🔵 Low · up to ee727

The change affects 1 system.

Changed systems: data

Architecture concerns
No architecture-level concerns identified.

Review details

Systems and components

  • observed — data (service) was modified; 1 changed file maps to changed impact.

Before / after behavior

  • observed — Modified behavior in data/projects.json: Added a games project entry for “Chess with Jev,” with its demo URL, description, repository cwdx/chess-with-jev, TypeScript language, zero stars, and added date of 2026-09-25.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed The title clearly identifies the added project and its games category.
Description check ✅ Passed The description identifies the project, explains how Jev fits, links the source, and discloses authorship. It does not explicitly confirm the validation command or the repository-file exclusions, but …
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create a new PR

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant