资源简介
python pygame全民大战飞机游戏源码python pygame全民大战飞机游戏源码
代码片段和文件信息
from random import *
import pygame
class Back(pygame.sprite.Sprite):
def __init__(selfpositionbg_size):
pygame.sprite.Sprite.__init__(self)
self.widthself.height = bg_size[0]bg_size[1]
#设置子弹对象
self.image = pygame.image.load(‘image/aircraft_image/image_1.jpg‘).convert_alpha()
self.images = []
self.images.extend([\
pygame.image.load(‘image/aircraft_image/image_2.jpg‘).convert_alpha()\
pygame.image.load(‘image/aircraft_image/image_3.jpg‘).convert_alpha()\
pygame.image.load(‘image/aircraft_image/image_4.jpg‘).convert_alpha()\
pygame.image.load(‘image/aircraft_image/image_5.jpg‘).convert_alpha()
])
self.rect = self.image.get_rect()
self.rect.leftself.rect.bottom = position
self.speed = 1
self.action = False
def move(self):
self.rect.top+=self.speed
if self.rect.bottom>self.height:
self.action = True
class Ground(pygame.sprite.Sprite):
def __init__(selfbg_size):
pygame.sprite.Sprite.__init__(self)
self.image = pygame.image.load(‘image/aircraft_image/img_cloud_1.png‘).convert_alpha()
self.images = pygame.image.load(‘image/aircraft_image/img_cloud_2.png‘).convert_alpha()
self.image_s = choice([self.imageself.images])
self.image_rect = self.image_s.get_rect()
self.widthself.height = bg_size[0]bg_size[1]
self.image_rect.leftself.image_rect.bottom = choice([(self.width-self.image_rect.width//2)(0-self.image_rect.width//2)])\
randint(-50-10)
self.speed = 1
def move(self):
if self.image_rect.top < self.height:
self.image_rect.top+=1
else:
self.reset()
def reset(self):
self.image_s = choice([self.imageself.images])
self.image_rect = self.image_s.get_rect()
self.image_rect.leftself.image_rect.bottom = randint(0-self.image_rect.width//2self.width-self.image_rect.width//2)\
randint(-50-10)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 134063 2016-12-19 19:44 全民大战飞机\audio\bgm_cunshiqujinbi.mp3
文件 370419 2016-12-19 19:44 全民大战飞机\audio\bgm_dfzhandou.mp3
文件 388287 2016-12-19 19:44 全民大战飞机\audio\bgm_jizhanboss1.mp3
文件 359448 2016-12-19 19:44 全民大战飞机\audio\bgm_jizhanboss2.mp3
文件 380763 2016-12-19 19:44 全民大战飞机\audio\bgm_jizhanboss3.mp3
文件 198011 2016-12-19 19:44 全民大战飞机\audio\bgm_siwangchongci.mp3
文件 153185 2016-12-19 19:44 全民大战飞机\audio\bgm_tiaoguanchongci.mp3
文件 749403 2016-12-19 19:44 全民大战飞机\audio\bgm_zhandou1.mp3
文件 622448 2016-12-19 19:44 全民大战飞机\audio\bgm_zhandou2.mp3
文件 9133148 2016-12-19 19:44 全民大战飞机\audio\bgm_zhandou2.wav
文件 386406 2016-12-19 19:44 全民大战飞机\audio\bgm_zhandou3.mp3
文件 766017 2016-12-19 19:44 全民大战飞机\audio\bgm_zhuxuanlv.mp3
文件 1387969 2016-12-19 19:44 全民大战飞机\audio\bgm_zhuxuanlv.ogg
文件 77012 2016-12-19 19:44 全民大战飞机\audio\bg_logobg.mp3
文件 6168 2016-12-19 19:44 全民大战飞机\audio\effcet_sfx_beiji.mp3
文件 16512 2016-12-19 19:44 全民大战飞机\audio\effcet_sfx_bossfashezidan1.mp3
文件 19960 2016-12-19 19:44 全民大战飞机\audio\effcet_sfx_bossjiesuan.mp3
文件 6168 2016-12-19 19:44 全民大战飞机\audio\effcet_sfx_chihuoyanzidan.mp3
文件 6794 2016-12-19 19:44 全民大战飞机\audio\effcet_sfx_chihuzhao.mp3
文件 4914 2016-12-19 19:44 全民大战飞机\audio\effcet_sfx_chijiguangzidan.mp3
文件 5227 2016-12-19 19:44 全民大战飞机\audio\effcet_sfx_chijinbi.mp3
文件 10870 2016-12-19 19:44 全民大战飞机\audio\effcet_sfx_chijinbi1.mp3
文件 10870 2016-12-19 19:44 全民大战飞机\audio\effcet_sfx_chijinbi2.mp3
文件 10870 2016-12-19 19:44 全民大战飞机\audio\effcet_sfx_chijinbi3.mp3
文件 8048 2016-12-19 19:44 全民大战飞机\audio\effcet_sfx_chilvbaoshi.mp3
文件 8048 2016-12-19 19:44 全民大战飞机\audio\effcet_sfx_chizuanshi.mp3
文件 73563 2016-12-19 19:44 全民大战飞机\audio\effcet_sfx_chongci.mp3
文件 8989 2016-12-19 19:44 全民大战飞机\audio\effcet_sfx_citie.mp3
文件 25916 2016-12-19 19:44 全民大战飞机\audio\effcet_sfx_dabaozha.mp3
文件 25289 2016-12-19 19:44 全民大战飞机\audio\effcet_sfx_dai.mp3
............此处省略1376个文件信息
相关资源
- python pygame 自制飞机大战游戏(加入
- pygame之《飞机大战》
- PythonTank
- 使用python编写的打飞机游戏源码
- Python和Pygame游戏开发
- 一个猥琐的贪吃蛇Python pygame
- python,pygame开发的太空大战源代码
- pygame小游戏-全民打飞机(关卡选择飞
- Python 飞机大战 增强版本完整代码实现
- Python小游戏我自己写的
- pygame for python 3.6 64位
- pygame-1.9.6-cp36-cp36m-win_amd64.whl
- python之外星人入侵完整版程序源码
- python之外星人入侵
- Python PyGame and Raspberry Pi Game Developmen
- pygame-1.9.6-cp37-cp37m-win_amd64.zip
- Python开发五子棋小游戏
- pygame-1.9.3-cp37-cp37m-win32.whl
- python pygame实现的简单的网游服务器端
- python飞机大战项目.zip
- pygame.whl -1.9.3-cp37-cp37m-win_amd64+win32两个
- python贪吃蛇进阶版完整代码
- python3.6模块集合-piprequestssetuptoolspyg
- aircraft battle.zip
- python-pygame消消乐
- pygame-1.9.3-cp37-cp37m-win_amd64.whl
- 飞机大战源码(python+pygame)
- pygame1.9.3-python3.7-windows-whl
- pygame64位for Python3.7
- python-pygame-消消乐
评论
共有 条评论