Skip to content

Instantly share code, notes, and snippets.

@nasajpledu
Created September 9, 2021 23:44
Embed
What would you like to do?
# Initialize pygame
pygame.init()
new_game = Game('Assets/terrain.jpg', SCREEN_TITLE, SCREEN_WIDTH, SCREEN_HEIGHT)
new_game.run_game_loop(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment