Add Out Run arcade clone (pseudo-3D driving game) - #2
Conversation
Implements the browser Out Run clone from BUILD.md: a segment-based pseudo-3D road renderer with curves/hills, player physics with gear shifting and centrifugal force, procedurally-drawn roadside sprites and traffic with collision detection, the full 15-stage branching pyramid with fork choices and checkpoint time bonuses, a HUD, title/radio-select/ game-over/course-clear screens, and Web-Audio-based engine sound, procedural radio music, and SFX. Keyboard and touch controls included. No external image or audio assets — everything is drawn/synthesized procedurally so the whole game is a handful of KB of vanilla JS.
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 |
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
The CodeRabbit's review is intentionally skipped while this PR is a draft — that's expected, not an issue. Generated by Claude Code |
Summary
Adds a self-contained, browser-based Out Run arcade clone under
out_run_clone/, implementing the design plan from the task'sBUILD.md. This is unrelated to the IPinfo Python client that lives in the rest of this repo, but is added as an isolated static-web subdirectory per the plan's own file layout, so it doesn't touch any Python packaging.Test plan
🤖 Generated with Claude Code
Generated by Claude Code