pygame事件之——控制物體(飛機)的移動

近來想用pygame做做遊戲,在 xishui 大神的目光博客中學了學這東西,就上一段自己寫的飛機大戰的代碼,主要是對鍵盤控制飛機的移動做了相關的優化 # -*- coding: utf-8 -*- import pygame from pygame.locals import * import sys import time pygame.init() screen_width = 640
相關文章
相關標籤/搜索