首页 > TAG信息列表 > boren

boren - 管道小鸟

# 1导入工具包 import pygame class xiaoniao(): def __init__(self): self.name="bird" self.x=100 self.y=500 self.picture=pygame.image.load("1.png") # 重力 self.zhongli=20 # 跳跃力

boren -飞机大战8

import pygame import sys import random # 产生随机数 import time # back 返回,后面 # ground 地面 # 哪一行代码确定战机的位置,27行,用坐标确定战机位置 # 飞机的类 # 飞机名字, 飞机的位置,窗口,图片 class feiji(): def __init__(self, ck): self.name = "hero

boren -飞机大战7

import pygame import sys import random # 产生随机数 # back 返回,后面 # ground 地面 # 哪一行代码确定战机的位置,27行,用坐标确定战机位置 # 飞机的类 # 飞机名字, 飞机的位置,窗口,图片 class feiji(): def __init__(self, ck): self.name = "hero" s

boren -飞机大战5

import pygame import sys # back 返回,后面 # ground 地面 # 哪一行代码确定战机的位置,27行,用坐标确定战机位置 # 飞机的类 # 飞机名字, 飞机的位置,窗口,图片 class feiji(): def __init__(self, ck): self.name = "hero" self.x = 200 self.y

boren - 飞机大战4

import pygame import sys # back 返回,后面 # ground 地面 # 哪一行代码确定战机的位置,27行,用坐标确定战机位置 # 飞机的类 # 飞机名字, 飞机的位置,窗口,图片 class feiji(): def __init__(self, ck): self.name = "hero" self.x = 200 self.y