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

  • 大小: 5.12MB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2023-09-19
  • 語言: Python
  • 標簽: python??pygame??

資源簡介

這是我開發出來的一個小程序,但是消消樂只有10個關卡,會改進的!

資源截圖

代碼片段和文件信息

import?pygame
from?pygame.locals?import?*
import?sys
import?manager


‘‘‘brick?:?218*218
???animal?:?40*40
???bg?:?850*600?‘‘‘

#?print(dir())???#?已導入的包
pygame.init()??#?初始化
pygame.mixer.init()

tree?=?manager.ManagerTree()
m?=?manager.Manager(0?0)
sound_sign?=?0
world_bgm?=?pygame.mixer.Sound(manager.SoundPlay.world_bgm)
game_bgm?=?pygame.mixer.Sound(manager.SoundPlay.game_bgm)
while?True:
????if?m.level?==?0:
????????if?sound_sign?==?0:
????????????game_bgm.stop()
????????????world_bgm.play(-1)
????????????sound_sign?=?1
????else:
????????if?sound_sign?==?1:
????????????world_bgm.stop()
????????????game_bgm.play(-1)
????????????sound_sign?=?0
????if?m.level?==?0:
????????tree.draw_tree(m.energy_num?m.money)
????else:
????????m.set_level_mode(m.level)
????????sprite_group?=?m.draw()
????????if?m.type?==?0:
????????????m.eliminate_animal()
????????????m.death_map()
????????????m.exchange(sprite_group)
????????m.judge_level()

????for?event?in?pygame.event.get():
????????if?event.type?==?KEYDOWN:
????????????if?event.key?==?pygame.K_q?or?event.key?==?pygame.K_ESCAPE:
????????????????exit()
????????if?event.type?==?QUIT:
????????????sys.exit()
????????m.level?m.energy_num?m.money?=?tree.mouse_select(event?m.level?m.energy_num?m.money)
????????m.mouse_select(event)

????m.mouse_image()
????pygame.display.flip()

if?__name__?==?“main“:
????main()



?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-01-11?03:23??py-icehappy-master\
?????文件????????1082??2019-01-11?03:23??py-icehappy-master\README.md
?????目錄???????????0??2019-01-11?03:23??py-icehappy-master\__pycache__\
?????文件???????37453??2019-01-11?03:23??py-icehappy-master\__pycache__\manager.cpython-35.pyc
?????文件????????1390??2019-01-11?03:23??py-icehappy-master\main.py
?????文件???????78863??2019-01-11?03:23??py-icehappy-master\manager.py
?????目錄???????????0??2019-01-11?03:23??py-icehappy-master\pic2\
?????文件????????3948??2019-01-11?03:23??py-icehappy-master\pic2\0.png
?????文件????????2394??2019-01-11?03:23??py-icehappy-master\pic2\1.png
?????文件????????4022??2019-01-11?03:23??py-icehappy-master\pic2\2.png
?????文件????????3741??2019-01-11?03:23??py-icehappy-master\pic2\3.png
?????文件????????3463??2019-01-11?03:23??py-icehappy-master\pic2\4.png
?????文件????????3618??2019-01-11?03:23??py-icehappy-master\pic2\5.png
?????文件????????3929??2019-01-11?03:23??py-icehappy-master\pic2\6.png
?????文件????????3305??2019-01-11?03:23??py-icehappy-master\pic2\7.png
?????文件????????3951??2019-01-11?03:23??py-icehappy-master\pic2\8.png
?????文件????????3812??2019-01-11?03:23??py-icehappy-master\pic2\9.png
?????文件???????27327??2019-01-11?03:23??py-icehappy-master\pic2\amazing.png
?????文件????????4622??2019-01-11?03:23??py-icehappy-master\pic2\bear.png
?????文件????????4313??2019-01-11?03:23??py-icehappy-master\pic2\bear1.png
?????文件??????320281??2019-01-11?03:23??py-icehappy-master\pic2\bg.png
?????文件?????????946??2019-01-11?03:23??py-icehappy-master\pic2\bling1.png
?????文件????????4004??2019-01-11?03:23??py-icehappy-master\pic2\bling2.png
?????文件????????4831??2019-01-11?03:23??py-icehappy-master\pic2\bling3.png
?????文件????????5072??2019-01-11?03:23??py-icehappy-master\pic2\bling4.png
?????文件????????5104??2019-01-11?03:23??py-icehappy-master\pic2\bling5.png
?????文件????????5206??2019-01-11?03:23??py-icehappy-master\pic2\bling6.png
?????文件????????5231??2019-01-11?03:23??py-icehappy-master\pic2\bling7.png
?????文件????????5209??2019-01-11?03:23??py-icehappy-master\pic2\bling8.png
?????文件????????5280??2019-01-11?03:23??py-icehappy-master\pic2\bling9.png
?????文件?????????626??2019-01-11?03:23??py-icehappy-master\pic2\brick.png
............此處省略113個文件信息

評論

共有 條評論