Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a scoring system #6

Closed
Arsenic-ATG opened this issue Jul 27, 2022 · 0 comments · Fixed by #13
Closed

Implement a scoring system #6

Arsenic-ATG opened this issue Jul 27, 2022 · 0 comments · Fixed by #13
Labels
enhancement New feature or request
Milestone

Comments

@Arsenic-ATG
Copy link
Owner

Arsenic-ATG commented Jul 27, 2022

Current status

The game doesn't count score in any way.

Desired behaviour

though the including the modern scoring system should be ideal, I think implementing the basic scoring system first is a good start.

Here is how the original scoring system count score (source : https://tetris.wiki/Scoring )

Action Points
Single-line perfect clear 800 × level
Double-line perfect clear 1200 × level
Triple-line perfect clear 1800 × level
Tetris perfect clear 2000 × level
Back-to-back Tetris perfect clear 3200 × level

currently there is no levelling system so value of level would always be one for the time being

@Arsenic-ATG Arsenic-ATG added the enhancement New feature or request label Jul 27, 2022
Arsenic-ATG added a commit that referenced this issue Aug 2, 2022
- 100 score for every line cleae
- fix #6
Arsenic-ATG added a commit that referenced this issue Aug 2, 2022
- 100 score for every line cleae
- fix #6
@Arsenic-ATG Arsenic-ATG added this to the first release milestone Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant