Skip to content

Conversation

@LMFRomero
Copy link
Contributor

No description provided.

@LMFRomero LMFRomero self-assigned this Oct 17, 2023
@LMFRomero LMFRomero linked an issue Oct 17, 2023 that may be closed by this pull request
Copy link

@Mandangus Mandangus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice changes, gave some feedback regarding possible issues with formatting and maybe adding a 'speed' argument to CLI

clock = pygame.time.Clock()

arena = pygame.display.set_mode((WIDTH, HEIGHT))

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it's a good idea to standardize formatting with a linter so we can get consistent whitespaces


# Update display and move clock.
pygame.display.update()
clock.tick(CLOCK_TICKS)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we add a clock_tick scaling factor to the cli arguments? that would resolve the difficulty setting issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use flags for magic constants

2 participants