-
Notifications
You must be signed in to change notification settings - Fork 8
Scoring #19
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
I could really use some help understanding scoring. I want to be able to show a simple score based on how many tiles the user has removed from the board. I spent a lot of time counting and reporting the number of tiles from func remove_matches_from_board only to discover that this is where the system removes matches before the game starts and is not the section of code related to the player's score.
Where do I find the score? Is it consumed_sequences? It seems like this is a very basic function and it would be nice to include that in the demo if you could. Thank you.