資源簡介
超級瑪麗 小游戲python源碼
代碼片段和文件信息
#!/usr/bin/env?python
__author__?=?‘Python代碼狂人‘
“““
This?is?an?attempt?to?recreate?the?first?level?of
Super?Mario?Bros?for?the?NES.
“““
import?sys
import?pygame?as?pg
from?data.main?import?main
import?cProfile
if?__name__==‘__main__‘:
????main()
????pg.quit()
????sys.exit()
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????5664??2020-05-24?04:45??09?超級瑪麗\data\components\bricks.py
?????文件???????1522??2020-05-24?04:45??09?超級瑪麗\data\components\castle_flag.py
?????文件????????529??2020-05-24?04:45??09?超級瑪麗\data\components\checkpoint.py
?????文件???????2543??2020-05-24?04:45??09?超級瑪麗\data\components\coin.py
?????文件???????4594??2020-05-24?04:45??09?超級瑪麗\data\components\coin_box.py
?????文件????????545??2020-05-24?04:45??09?超級瑪麗\data\components\collider.py
?????文件???????5379??2020-05-24?04:45??09?超級瑪麗\data\components\enemies.py
?????文件???????3979??2020-05-24?04:45??09?超級瑪麗\data\components\flagpole.py
?????文件???????2352??2020-06-01?11:03??09?超級瑪麗\data\components\flashing_coin.py
?????文件??????16496??2020-06-01?11:03??09?超級瑪麗\data\components\info.py
?????文件??????43395??2020-06-01?11:03??09?超級瑪麗\data\components\mario.py
?????文件??????10484??2020-06-01?11:03??09?超級瑪麗\data\components\powerups.py
?????文件???????3771??2020-06-01?11:03??09?超級瑪麗\data\components\score.py
?????文件?????????31??2020-05-24?04:45??09?超級瑪麗\data\components\__init__.py
?????文件???????5501??2020-11-26?01:37??09?超級瑪麗\data\components\__pycache__\bricks.cpython-38.pyc
?????文件???????1931??2020-11-26?01:37??09?超級瑪麗\data\components\__pycache__\castle_flag.cpython-38.pyc
?????文件????????931??2020-11-26?01:37??09?超級瑪麗\data\components\__pycache__\checkpoint.cpython-38.pyc
?????文件???????2503??2020-11-26?01:37??09?超級瑪麗\data\components\__pycache__\coin.cpython-38.pyc
?????文件???????3945??2020-11-26?01:37??09?超級瑪麗\data\components\__pycache__\coin_box.cpython-38.pyc
?????文件????????872??2020-11-26?01:37??09?超級瑪麗\data\components\__pycache__\collider.cpython-38.pyc
?????文件???????5914??2020-11-26?01:37??09?超級瑪麗\data\components\__pycache__\enemies.cpython-38.pyc
?????文件???????4317??2020-11-26?01:37??09?超級瑪麗\data\components\__pycache__\flagpole.cpython-38.pyc
?????文件???????2124??2020-11-26?01:37??09?超級瑪麗\data\components\__pycache__\flashing_coin.cpython-38.pyc
?????文件??????12573??2020-11-26?01:37??09?超級瑪麗\data\components\__pycache__\info.cpython-38.pyc
?????文件??????23615??2020-11-26?01:37??09?超級瑪麗\data\components\__pycache__\mario.cpython-38.pyc
?????文件??????10462??2020-11-26?01:37??09?超級瑪麗\data\components\__pycache__\powerups.cpython-38.pyc
?????文件???????3865??2020-11-26?01:37??09?超級瑪麗\data\components\__pycache__\score.cpython-38.pyc
?????文件????????185??2020-11-26?01:37??09?超級瑪麗\data\components\__pycache__\__init__.cpython-38.pyc
?????文件???????3023??2020-08-23?12:26??09?超級瑪麗\data\constants.py
?????文件???????3408??2020-11-26?15:03??09?超級瑪麗\data\game_sound.py
............此處省略72個文件信息
- 上一篇:中國分省地圖及染色函數
- 下一篇:負荷預測(python)
評論
共有 條評論