• 大小: 1.69MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-08-11
  • 语言: Python
  • 标签: Python  

资源简介

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个文件信息

评论

共有 条评论