From b72dc0fa959e802bdef67e6f0b0d6da419725a51 Mon Sep 17 00:00:00 2001 From: 206530115 <738751407@qq.com> Date: Thu, 24 Jun 2021 16:51:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 飞机大战.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 飞机大战.py diff --git a/飞机大战.py b/飞机大战.py new file mode 100644 index 0000000..66366c1 --- /dev/null +++ b/飞机大战.py @@ -0,0 +1,5 @@ +import random +import time + +import pygame +from pygame.constants import * \ No newline at end of file