91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 83.02MB
    文件類型: .zip
    金幣: 2
    下載: 1 次
    發布日期: 2023-04-15
  • 語言: 其他
  • 標簽: python??pygame??

資源簡介

實習過程自己開發的小游戲——飛機大戰,這次是代碼文件,剛剛腦子秀逗了,上傳錯了 實現功能:單雙人模式選擇;游戲暫停(重新開始,繼續游戲,結束游戲);導彈功能;敵機發射子彈;各種升級包(生命、子彈、滿級子彈、免疫);場景切換;大boss等 會有bug,但基本功能都可以,內存回收問題也有解決

資源截圖

代碼片段和文件信息

from?random?import?*
import?pygame

class?Background(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_2.jpg‘).convert_alpha()

????????self.images?=?[]
????????self.images.extend([?\
????????????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.alive?=?False

????def?move(self):
????????self.rect.top+=self.speed
????????????
????????if?self.rect.bottom>self.height:
????????????????self.alive?=?True

????????????

class?Cloud(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(-100-10)
????????self.speed?=?1


????????
????def?move(self):????????????????
????????????if?self.image_rect.top?????????????????????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)
????

????????????

???????????????????????????????????????????????????????????
????????????????????????????????????????






????????
????????
????????????
????????
????????
????


????????????????






????????


?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-07-20?10:07??our_aircraft_Final\
?????目錄???????????0??2018-07-20?10:10??our_aircraft_Final\.idea\
?????文件??????????17??2018-07-20?10:09??our_aircraft_Final\.idea\.name
?????目錄???????????0??2018-07-19?15:04??our_aircraft_Final\.idea\inspectionProfiles\
?????文件?????????404??2018-07-19?00:51??our_aircraft_Final\.idea\inspectionProfiles\Project_Default.xml
?????文件?????????185??2018-07-19?15:05??our_aircraft_Final\.idea\misc.xml
?????文件?????????328??2018-07-20?10:10??our_aircraft_Final\.idea\modules.xml
?????文件?????????487??2018-07-20?10:10??our_aircraft_Final\.idea\our_aircraft_Boss.iml
?????文件???????28449??2018-07-20?10:10??our_aircraft_Final\.idea\workspace.xml
?????目錄???????????0??2018-07-20?10:07??our_aircraft_Final\__pycache__\
?????文件????????2185??2018-07-19?10:18??our_aircraft_Final\__pycache__\background.cpython-36.pyc
?????文件????????5897??2018-07-19?19:41??our_aircraft_Final\__pycache__\bullet.cpython-36.pyc
?????文件????????7003??2018-07-18?23:32??our_aircraft_Final\__pycache__\button.cpython-36.pyc
?????文件????????6805??2018-07-19?11:27??our_aircraft_Final\__pycache__\define.cpython-36.pyc
?????文件???????13816??2018-07-20?10:07??our_aircraft_Final\__pycache__\double_game.cpython-36.pyc
?????文件???????10619??2018-07-19?16:50??our_aircraft_Final\__pycache__\enemy.cpython-36.pyc
?????文件????????6217??2018-07-19?12:47??our_aircraft_Final\__pycache__\gameover.cpython-36.pyc
?????文件????????1699??2018-07-19?09:30??our_aircraft_Final\__pycache__\globalPage.cpython-36.pyc
?????文件????????4233??2018-07-19?10:16??our_aircraft_Final\__pycache__\missile.cpython-36.pyc
?????文件???????14816??2018-07-19?20:05??our_aircraft_Final\__pycache__\myplane.cpython-36.pyc
?????文件????????2409??2018-07-19?14:46??our_aircraft_Final\__pycache__\prop.cpython-36.pyc
?????文件???????12030??2018-07-20?10:04??our_aircraft_Final\__pycache__\single_game.cpython-36.pyc
?????文件?????????844??2018-07-18?23:32??our_aircraft_Final\__pycache__\startPage_bg.cpython-36.pyc
?????文件????????2092??2018-07-18?23:32??our_aircraft_Final\__pycache__\supply.cpython-36.pyc
?????目錄???????????0??2018-07-19?15:04??our_aircraft_Final\audio\
?????文件???????77012??2016-12-19?19:44??our_aircraft_Final\audio\bg_logobg.mp3
?????文件??????134063??2016-12-19?19:44??our_aircraft_Final\audio\bgm_cunshiqujinbi.mp3
?????文件??????370419??2016-12-19?19:44??our_aircraft_Final\audio\bgm_dfzhandou.mp3
?????文件??????388287??2016-12-19?19:44??our_aircraft_Final\audio\bgm_jizhanboss1.mp3
?????文件??????359448??2016-12-19?19:44??our_aircraft_Final\audio\bgm_jizhanboss2.mp3
?????文件??????380763??2016-12-19?19:44??our_aircraft_Final\audio\bgm_jizhanboss3.mp3
............此處省略1504個文件信息

評論

共有 條評論