GitAuto: 火力ボーナス検討(REN、連続してライン消去を行う)#168
Open
gitauto-ai[bot] wants to merge 3 commits intomasterfrom
Open
Conversation
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.
Resolves #50
What is the feature
Implement a REN-based firepower bonus system that awards additional firepower when a player performs consecutive line removals.
Why we need the feature
This feature adds depth and strategy to the gameplay by rewarding players for maintaining consecutive line clears, enhancing engagement and competitive play.
How to implement and why
Update Scoring System: Modify the existing scoring logic to include a REN counter that tracks consecutive line clears.
Define Bonus Tiers: Implement the firepower bonus tiers as specified:
Reset Mechanism: Ensure the REN counter resets if a line clear sequence is broken.
UI Feedback: Provide visual feedback to the player indicating the current REN and bonus awarded.
Testing: Thoroughly test the implementation to ensure accuracy and balance in gameplay.
This step-by-step implementation ensures a structured addition to the game mechanics, promoting consistent player engagement.
About backward compatibility
This feature can be introduced without breaking existing game functionalities. The REN-based bonus system can be enabled as an optional feature or integrated seamlessly into the current scoring system, maintaining backward compatibility.
Test these changes locally