资源简介
Python代码写的飞机大战,里面包括音效,图片,字体资源!!!!!!

代码片段和文件信息
import pygame
class Bullet1(pygame.sprite.Sprite):
def __init__(self position):
pygame.sprite.Sprite.__init__(self)
self.image = pygame.image.load(“masturbation/image/bullet1.png“).convert_alpha()
self.rect = self.image.get_rect()
self.rect.left self.rect.top = position
self.speed = 12
self.active = True
self.mask = pygame.mask.from_surface(self.image)
def move(self):
self.rect.top -= self.speed
if self.rect.top < 0:
self.active = False
def reset(selfposition):
self.rect.leftself.rect.top = position
self.active = True
# 双子弹
class Bullet2(pygame.sprite.Sprite):
def __init__(self position):
pygame.sprite.Sprite.__init__(self)
self.image = pygame.image.load(“masturbation/image/bullet1.png“).convert_alpha()
self.rect = self.image.get_rect()
self.rect.left self.rect.top = position
self.speed = 14
self.active = True
self.mask = pygame.mask.from_surface(self.image)
def move(self):
self.rect.top -= self.speed
if self.rect.top < 0:
self.active = False
def reset(selfposition):
self.rect.leftself.rect.top = position
self.active = True
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-10-26 19:39 飞机大战\
文件 1440 2018-10-26 15:36 飞机大战\bullet.py
文件 5794 2018-10-25 14:52 飞机大战\enemy.py
文件 25482 2018-10-26 20:13 飞机大战\main.py
目录 0 2018-10-25 15:02 飞机大战\masturbation\
目录 0 2018-10-26 15:12 飞机大战\masturbation\bg_music\
文件 8831 2013-08-29 08:17 飞机大战\masturbation\bg_music\achievement.mp3
文件 14437 2013-08-29 08:17 飞机大战\masturbation\bg_music\achievement.ogg
文件 12327 2013-08-29 08:17 飞机大战\masturbation\bg_music\big_spaceship_flying.mp3
文件 20527 2013-08-29 08:17 飞机大战\masturbation\bg_music\big_spaceship_flying.ogg
文件 7751 2013-08-29 08:17 飞机大战\masturbation\bg_music\bullet.mp3
文件 36956 2013-08-29 08:17 飞机大战\masturbation\bg_music\bullet.wav
文件 12458 2013-08-29 08:17 飞机大战\masturbation\bg_music\bullet.wma
文件 6815 2013-08-29 08:17 飞机大战\masturbation\bg_music\button.mp3
文件 9440 2013-08-29 08:17 飞机大战\masturbation\bg_music\button.ogg
文件 11287 2013-08-29 08:17 飞机大战\masturbation\bg_music\enemy1_down.mp3
文件 73820 2013-08-29 08:17 飞机大战\masturbation\bg_music\enemy1_down.wav
文件 12847 2013-08-29 08:17 飞机大战\masturbation\bg_music\enemy2_down.mp3
文件 32752 2013-08-29 08:17 飞机大战\masturbation\bg_music\enemy2_down.ogg
文件 145244 2013-08-29 08:17 飞机大战\masturbation\bg_music\enemy2_down.wav
文件 9415 2013-08-29 08:17 飞机大战\masturbation\bg_music\enemy3_down.mp3
文件 59996 2013-08-29 08:17 飞机大战\masturbation\bg_music\enemy3_down.wav
文件 117728 2013-08-29 08:17 飞机大战\masturbation\bg_music\game_music.mp3
文件 351703 2013-08-29 08:17 飞机大战\masturbation\bg_music\game_music.ogg
文件 14615 2013-08-29 08:17 飞机大战\masturbation\bg_music\game_over.mp3
文件 26289 2013-08-29 08:17 飞机大战\masturbation\bg_music\game_over.ogg
文件 9653 2013-08-29 08:17 飞机大战\masturbation\bg_music\get_bomb.mp3
文件 13370 2013-08-29 08:17 飞机大战\masturbation\bg_music\get_bomb.ogg
文件 13494 2013-08-29 08:17 飞机大战\masturbation\bg_music\get_double_laser.mp3
文件 25485 2013-08-29 08:17 飞机大战\masturbation\bg_music\get_double_laser.ogg
文件 10693 2013-08-29 08:17 飞机大战\masturbation\bg_music\out_porp.mp3
............此处省略59个文件信息
相关资源
- 二级考试python试题12套(包括选择题和
- pywin32_python3.6_64位
- python+ selenium教程
- PycURL(Windows7/Win32)Python2.7安装包 P
- 英文原版-Scientific Computing with Python
- 7.图像风格迁移 基于深度学习 pyt
- 基于Python的学生管理系统
- A Byte of Python(简明Python教程)(第
- Python实例174946
- Python 人脸识别
- Python 人事管理系统
- 基于python-flask的个人博客系统
- 计算机视觉应用开发流程
- python 调用sftp断点续传文件
- python socket游戏
- 基于Python爬虫爬取天气预报信息
- python函数编程和讲解
- Python开发的个人博客
- 基于python的三层神经网络模型搭建
- python实现自动操作windows应用
- python人脸识别(opencv)
- python 绘图(方形、线条、圆形)
- python疫情卡UN管控
- python 连连看小游戏源码
- 基于PyQt5的视频播放器设计
- 一个简单的python爬虫
- csv文件行列转换python实现代码
- Python操作Mysql教程手册
- Python Machine Learning Case Studies
- python获取硬件信息
评论
共有 条评论