- 用Python的pygame编写的生存游戏,适用于Windows,游戏版本号: 0wv1D,游戏内显示语言:简体中文
(A survival game written in Python Pygame, suitable for Windows, Game version: 0wv1D,Language:Chinese(Simplified))
-
极为推荐使用Python 3
(Highly recommended to use Python 3) -
需要下载库:pygame, sympy, opencv-python (cv2),可以通过
pip install pygame sympy opencv-python下载
(Need to download library: pygame, sympy, opencv-python, you can usepip install pygame sympy opencv-pythonto download.)
- 在根目录打开cmd运行
python main.py或直接运行main.py(Open cmd in the root directory and runpython main.pyor directly runmain.py)
-
音乐出自Terraria的音乐与Desmos的函数声
(The music comes from Terraria's music and Desmos' function sound) -
音乐在程序运行时不会播放,如需要播放可取消
main.py的第61行注释
(Music will not play during program execution at startup. If you need to play it, you can cancel the explanatory note on line 61 of main.py)
- 美术为作者纯鼠标绘,可能不太美观,请见谅
(The texture is purely mouse drawn by the author, which may not be very aesthetically pleasing. Please forgive me)
-
移动:使用A、D键
(Movement: Use A and D keys) -
跳跃:使用空格键键
(Jump: Use spacebar key) -
挖掘、放置方块:使用鼠标左、右键
(Digging and placing blocks: Use the left and right mouse buttons) -
打开合成栏:使用ESC键
(Open the synthesis bar: use the ESC key) -
打开指令栏:使用K键
(Open the command bar: use the K key) -
打开交易栏:使用E键
(Open the trading bar: use the E key)
-
生存目标:收集资源、建造避难所、击败敌人(存疑)
(Survival Objective: Collect resources, build shelters, defeat enemies(Not necessarily accurate)) -
资源系统:游戏中有多种资源,可以通过挖掘或采集获得
(Resource System: There are multiple resources in the game that can be obtained through mining or gathering) -
生物系统:游戏中有各种生物,包括友好的和敌对的
(Biomes System: There are various biomes in the game, including friendly and hostile ones) -
天气系统:游戏中有不同的天气,会影响游戏环境
(Weather System: There are different weather conditions in the game that can affect the environment)
- 0wv1D: 初始版本,添加了基础移动、交互和资源系统,其意思为:正式版本第0个大版本的第一轮更新的D版
(0wv1D: Initial version, added basic movement, interaction, and resource system,The name of this version means:The D version of the first round of updates for the official version's 0th major version)
- 作者B站 [www.bilibili.com] 账号:(https://space.bilibili.com/98570793)
(Author Bilibili [www.bilibili.com] Account: (https://space.bilibili.com/98570793))