From f229b5fd96640889cee249163dbe2cc2d01eee08 Mon Sep 17 00:00:00 2001 From: 206530115 <738751407@qq.com> Date: Thu, 24 Jun 2021 16:27:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E7=A8=8B=E5=BA=8F=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E5=8C=85?= 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