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

  • 大小: 40.50M
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-01-30
  • 語言: Python
  • 標(biāo)簽: 貪吃蛇??代碼??

資源簡介

pygame寫得貪吃蛇,音頻圖片齊全,注釋詳細(xì),可供參考

資源截圖

代碼片段和文件信息

import?pygamerandomsysostime
from?pygame.locals?import?*
pygame.init()
pygame.font.init()
#顏色模塊
BLACK?=?(?0?0?0)
WHITE?=?(255?255?255)
RED?=?(255?0?0)
GREEN?=?(?0?255?0)
BLUE?=?(?0?0?255)
#屏幕
resolution=(600600)?????#寬,高
pygame.display.init()
def?rp(relative_path):
????“““?Get?absolute?path?to?resource?works?for?dev?and?for?PyInstaller?“““
????try:
????????#?PyInstaller?creates?a?temp?folder?and?stores?path?in?_MEIPASS
????????base_path?=?sys._MEIPASS
????except?Exception:
????????base_path?=?os.path.abspath(“.“)
????return?os.path.join(base_path?relative_path)
#surface=pygame.display.set_mode(resolutionpygame.FULLSCREEN|pygame.HWSURFACE)
#創(chuàng)建窗口
screen=pygame.display.set_mode(resolution)
screen.fill(WHITE)
pygame.display.set_caption(rp(‘游戲‘))
cloc

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2020-02-07?18:28??tanchishefight1.0\
?????目錄???????????0??2020-02-07?18:37??tanchishefight1.0\.idea\
?????文件?????????208??2020-02-04?20:27??tanchishefight1.0\.idea\misc.xml
?????文件?????????293??2020-02-04?20:27??tanchishefight1.0\.idea\modules.xml
?????文件?????????408??2020-02-04?20:27??tanchishefight1.0\.idea\tanchishefight1.0.iml
?????文件????????6632??2020-02-07?18:37??tanchishefight1.0\.idea\workspace.xml
?????目錄???????????0??2020-02-04?20:27??tanchishefight1.0\Include\
?????目錄???????????0??2020-02-04?20:27??tanchishefight1.0\Include\site\
?????目錄???????????0??2020-02-04?20:27??tanchishefight1.0\Include\site\python3.7\
?????目錄???????????0??2020-02-04?20:27??tanchishefight1.0\Include\site\python3.7\pygame\
?????文件?????????840??2020-02-04?20:27??tanchishefight1.0\Include\site\python3.7\pygame\_camera.h
?????文件???????28409??2020-02-04?20:27??tanchishefight1.0\Include\site\python3.7\pygame\_pygame.h
?????文件?????????958??2020-02-04?20:27??tanchishefight1.0\Include\site\python3.7\pygame\_surface.h
?????文件????????4777??2020-02-04?20:27??tanchishefight1.0\Include\site\python3.7\pygame\bitmask.h
?????文件????????6957??2020-02-04?20:27??tanchishefight1.0\Include\site\python3.7\pygame\camera.h
?????文件????????1643??2020-02-04?20:27??tanchishefight1.0\Include\site\python3.7\pygame\fastevents.h
?????文件????????1836??2020-02-04?20:27??tanchishefight1.0\Include\site\python3.7\pygame\font.h
?????文件????????4175??2020-02-04?20:27??tanchishefight1.0\Include\site\python3.7\pygame\freetype.h
?????文件?????????620??2020-02-04?20:27??tanchishefight1.0\Include\site\python3.7\pygame\mask.h
?????文件????????2258??2020-02-04?20:27??tanchishefight1.0\Include\site\python3.7\pygame\mixer.h
?????文件????????7057??2020-02-04?20:27??tanchishefight1.0\Include\site\python3.7\pygame\palette.h
?????文件????????1060??2020-02-04?20:27??tanchishefight1.0\Include\site\python3.7\pygame\pgarrinter.h
?????文件????????1961??2020-02-04?20:27??tanchishefight1.0\Include\site\python3.7\pygame\pgbufferproxy.h
?????文件????????5927??2020-02-04?20:27??tanchishefight1.0\Include\site\python3.7\pygame\pgcompat.h
?????文件?????????379??2020-02-04?20:27??tanchishefight1.0\Include\site\python3.7\pygame\pgopengl.h
?????文件????????1246??2020-02-04?20:27??tanchishefight1.0\Include\site\python3.7\pygame\pygame.h
?????文件????????4594??2020-02-04?20:27??tanchishefight1.0\Include\site\python3.7\pygame\scrap.h
?????文件???????14554??2020-02-04?20:27??tanchishefight1.0\Include\site\python3.7\pygame\surface.h
?????目錄???????????0??2020-02-04?20:25??tanchishefight1.0\Lib\
?????目錄???????????0??2020-02-04?20:28??tanchishefight1.0\Lib\site-packages\
?????目錄???????????0??2020-02-04?20:28??tanchishefight1.0\Lib\site-packages\PyInstaller\
............此處省略2953個文件信息

評論

共有 條評論

相關(guān)資源