maldevel / IPGeoLocation

Retrieve IP Geolocation information
GNU General Public License v3.0
901 stars 337 forks source link

Update README.md #45

Open ghost opened 3 years ago

sunil2709 commented 1 year ago

pygame.init()

white = (255, 255, 255) black = (0, 0, 0) red = (255, 0, 0)

dis = pygame.display.set_mode((800, 600)) pygame.display.set_caption('Snake Game by Edureka')

game_over = False

x1 = 300 y1 = 300

x1_change = 0
y1_change = 0

clock = pygame.time.Clock()

please provide the attachment of the result.