Skip to content

Commit

Permalink
Main working on genetic algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilsyyyyyyy committed Nov 3, 2024
1 parent 02ad802 commit db66523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def main():
running = True
while running:
for event in pygame.event.get():
if event.type == QUIT:
if event.type == pygame.QUIT:
running = False
if event.type == pygame.KEYDOWN:
if event.key == pygame.K_LEFT:
Expand Down

0 comments on commit db66523

Please sign in to comment.