Add Jazz Jackrabbit 2 (Jazz² Resurrection) port - #4
Conversation
Runs at a steady 30 FPS with sound, music and the cinematics. The game data is not distributed: the download carries a Windows converter that turns the player's own installation into the format the port loads. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. WalkthroughAdded a playable, owned-assets entry for Jazz Jackrabbit 2 to ChangesJazz Jackrabbit 2 port
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This localized metadata-only change adds the Jazz² Resurrection port entry; no actionable merge-blocking risk remains beyond normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
1 issue found across 1 file
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="ports.json">
<violation number="1" location="ports.json:415">
P2: The machine-generated README ports table is stale: it still lists Captain Claw and Petals Around the Rose but not the new Jazz Jackrabbit 2 entry. CONTRIBUTING and .husky/pre-commit regenerate README.md from ports.json via `pnpm gen:readme`; run it and commit the regenerated table so the docs stay in sync with the catalog.</violation>
</file>
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
| "porter": ["schizophreek"] | ||
| }, | ||
| { | ||
| "name": "Jazz Jackrabbit 2", |
There was a problem hiding this comment.
P2: The machine-generated README ports table is stale: it still lists Captain Claw and Petals Around the Rose but not the new Jazz Jackrabbit 2 entry. CONTRIBUTING and .husky/pre-commit regenerate README.md from ports.json via pnpm gen:readme; run it and commit the regenerated table so the docs stay in sync with the catalog.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At ports.json, line 415:
<comment>The machine-generated README ports table is stale: it still lists Captain Claw and Petals Around the Rose but not the new Jazz Jackrabbit 2 entry. CONTRIBUTING and .husky/pre-commit regenerate README.md from ports.json via `pnpm gen:readme`; run it and commit the regenerated table so the docs stay in sync with the catalog.</comment>
<file context>
@@ -410,6 +410,16 @@
"porter": ["schizophreek"]
+ },
+ {
+ "name": "Jazz Jackrabbit 2",
+ "categories": ["platform"],
+ "status": "playable",
</file context>
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Adds the Miyoo Mini port of Jazz² Resurrection, the open-source Jazz Jackrabbit 2 engine.
Known limitations, all in the entry's notes: single-player only, and the textured backgrounds are drawn flat because JJ2's warped perspective sky is a per-pixel effect that cost about a third of the frame on this hardware.
The screenshot is captured from the device's own framebuffer, so it is what the panel actually shows.
Same porter as the Captain Claw entry;
porters.jsonalready has the handle, so onlyports.jsonchanges.Summary by cubic
Adds Jazz Jackrabbit 2 (Jazz² Resurrection) to
ports.jsonand theREADME.mdcatalog, exposing the open‑source JJ2 engine port for Miyoo Mini/Mini Plus. The port runs at a steady 30 FPS with sound, music, and cinematics; it is single‑player only and renders textured backgrounds flat; users must supply game assets via the included Windows converter.upstreamrelease URL andimagelink resolve.porters.jsonstays unchanged;ArticlessCZ-Coderis already listed.Written for commit 9569863. Summary will update on new commits.
Summary by CodeRabbit