feat: add score, lines and level calc

This commit is contained in:
2021-06-14 14:00:33 -04:00
parent 6e954c0204
commit 14fd7dc9d1
4 changed files with 39 additions and 22 deletions

View File

@@ -85,7 +85,6 @@ class TextGenerator:
surface.blit(cls.sheet, (position[0] + x_position, position[1]), pygame.Rect(cls.characters[char_.upper()], (cls.glyph_size[0], cls.glyph_size[1])))
x_position += cls.glyph_size[0]
"""
TODO description
"""