Skip to content

feat(classic-games): 新增 Mini Checkers Jump 小游戏#993

Merged
wyf027 merged 2 commits into
mainfrom
codex/classic-game-20260710-0336-checkers-jump
Jul 11, 2026
Merged

feat(classic-games): 新增 Mini Checkers Jump 小游戏#993
wyf027 merged 2 commits into
mainfrom
codex/classic-game-20260710-0336-checkers-jump

Conversation

@wyf027

@wyf027 wyf027 commented Jul 9, 2026

Copy link
Copy Markdown
Owner

Summary

  • 新增单文件 TailwindCSS 小游戏 Mini Checkers Jump。
  • 玩家选择棋子,跳过相邻棋子落到空格并移除被跳棋子,目标尽量只剩一枚。

File

  • project/classic-games/20260710-0336-checkers-jump.html

Validation

  • LIGHT_VALIDATION=pass:确认 HTML 结构、TailwindCSS CDN、核心游戏逻辑标记与脚本语法。
  • git diff --check passed for project/classic-games/20260710-0336-checkers-jump.html。
  • Commit scope checked: only the new HTML file was staged locally.

Audit

  • run-audit.sh OVERALL_EXIT=0。
  • AUDIT_DIR=/tmp/git-commit-audit-20260710-033740-73783。
  • WARN summary: none detected.

History Check

  • Checked recent PR metadata and existing project/classic-games filenames before generation.
  • checkers-jump was not found in PR title/body/branch metadata or existing filenames, so this gameplay does not repeat prior generated games.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b7a47576b9

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

<div id="message" class="text-stone-200">Select a piece to jump.</div>
</section>

<section id="board" class="grid aspect-square max-h-[72vh] grid-cols-5 gap-2 self-center"></section>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Give the board a definite width

When this page is opened, the board is a centered flex item with only aspect-square and max-h, so it shrink-wraps to the grid contents instead of using the available container width; the cells render roughly text-sized rather than as a usable 5x5 board. Add a real width/max-width constraint, such as w-full max-w-[...], so the aspect ratio has a definite dimension to size from.

Useful? React with 👍 / 👎.

@wyf027 wyf027 merged commit be749ab into main Jul 11, 2026
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