mirror of
https://github.com/kristoferssolo/2048.git
synced 2025-10-21 15:20:35 +00:00
fix
This commit is contained in:
parent
2b6b4c34d9
commit
df1a5b7069
@ -19,8 +19,8 @@ class Game:
|
||||
self.screen: pygame.Surface = pygame.display.set_mode((Config.WIDTH, Config.HEIGHT))
|
||||
pygame.display.set_caption("2048")
|
||||
self.blocks = Grid()
|
||||
# self.blocks.generate_block(Config.INITIAL_BLOCK_COUNT)
|
||||
self.blocks.generate_block(2, (1, 1), (1, 3))
|
||||
self.blocks.generate_block(Config.INITIAL_BLOCK_COUNT)
|
||||
# self.blocks.generate_block(2, (1, 1), (1, 3))
|
||||
|
||||
def run(self) -> None:
|
||||
"""Run the game loop."""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user