feat: ステージ1-3のマップを学習テーマに合わせて再設計#20
Merged
mskasa merged 2 commits intoebitenginefrom Mar 31, 2026
Merged
Conversation
- map01 (Basic Movement): 部屋と通路の構造で h/j/k/l を全方向使う設計 - map02 (Word Motion): リンゴを単語状のクラスターに配置し w/e/b を活用する設計 - map03 (Line & File Motion): 上下端に密集・左右端に行リンゴを配置し gg/G/0/$ を活用する設計 - wantApples を新マップに合わせて更新 (170 → 139) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
右上エリア(col=25, row=3)に3体目を配置。 H1(左上)・H3(右上)が同一行で両側から、H2(左下)が下から迫る包囲形になる。 テストのハンター数・敵数期待値を2→3に更新。 Co-Authored-By: Claude Sonnet 4.6 <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
w/e/bでのジャンプが効率的な設計gg/Gターゲット)、左右端リンゴ(0/$ターゲット)を配置Test plan
go test ./state/...— 全テスト通過go build ./...— ビルド成功wantApplesを新マップのリンゴ数 (139) に更新🤖 Generated with Claude Code