Commit 171bb02e by BellCodeEditor

auto save

parent 86652c9c
Showing with 3 additions and 3 deletions
import pygame
from pygame import locals
pygame.init()
screen=pygame.display.set_mode((660,480))
......@@ -16,4 +16,4 @@ while True:
screen.blit(body,(180,120))
screen.blit(body,(150,120))
screen.blit(food,(360,240))
pygame.display.update()
\ No newline at end of file
pygame.display.update()import pygame
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment