Skip to content

Feature: Detailed Scoring Mechanics Integration#4

Draft
robertpelloni wants to merge 77 commits into
masterfrom
jules-scoring-mechanics-8346944214018951559
Draft

Feature: Detailed Scoring Mechanics Integration#4
robertpelloni wants to merge 77 commits into
masterfrom
jules-scoring-mechanics-8346944214018951559

Conversation

@robertpelloni

Copy link
Copy Markdown
Owner
  • Added state variables to bobsgameweb/src/renderer/engine/puzzle/GameLogic.ts (lastMoveWasRotation, lastTSpin, backToBackCount).
  • Implemented T-Spin Detection natively in the renderer engine.
  • Refactored calculateScore math in renderer engine to replicate the multiplier math from the shared engine logic.
  • Implemented the identical parity tracking into the Java backend GameLogic via the submodule at bobsgameonlinejava/src/main/java/com/bobsgame/puzzle/GameLogic.java.
  • Validated modifications using npx tsx src/__tests__/puzzle-logic.test.ts. 60/60 math tests passing.
  • Updated version numbering inside CHANGELOG.md, VERSION.md, HANDOFF.md, and marked complete in TODO.md.

PR created automatically by Jules for task 8346944214018951559 started by @robertpelloni

robertpelloni and others added 2 commits June 26, 2026 20:36
@google-labs-jules

Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@blocksorg

blocksorg Bot commented Jun 30, 2026

Copy link
Copy Markdown

Mention Blocks like a regular teammate with your question or request:

@blocks review this pull request
@blocks make the following changes ...
@blocks create an issue from what was mentioned in the following comment ...
@blocks explain the following code ...
@blocks are there any security or performance concerns?

Run @blocks /help for more information.

Workspace settings | Disable this message

google-labs-jules Bot and others added 5 commits June 30, 2026 23:52
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
google-labs-jules Bot and others added 20 commits July 2, 2026 15:34
- Wired all core engine subsystems (MapManager, FriendManager, Clock, EventManager, Wallet) into the main ClientGameEngine update loop.
- Resolved typecheck and PixiJS v8 compatibility errors (e.g., PerformanceMonitor, TextStyle properties, Texture/Sprite imports).
- Fixed the nD console integration in EngineScene so it opens/closes on action/menu inputs.
- Validated frontend rendering and map parsing locally.
- Bumped application and server version to v2.1.104.

Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
- Wired MapManager and MapLoader into ClientGameEngine.
- Re-architected rendering pipeline in StateManager and Game.ts to prevent duplicate render calls and flickering.
- Fixed the nD console open trigger to map to InputAction.MENU correctly.
- Addressed multiple TypeScript build errors relating to missing imports and PixiJS v8 property compatibility (e.g., PerformanceMonitor, Color palettes).
- Version bumped to 2.1.105 and initiated deployment scripts to the Hetzner staging environment.

Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
…game loop

Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
…game loop

Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
…game loop

Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
…game loop

Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
google-labs-jules Bot and others added 30 commits July 13, 2026 19:37
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
Co-authored-by: robertpelloni <673434+robertpelloni@users.noreply.github.com>
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