# KT_7 **Repository Path**: fengmingshan/KT_7 ## Basic Information - **Project Name**: KT_7 - **Description**: 焕焕骑士,pygame跳跃闯关游戏 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-10-31 - **Last Updated**: 2024-10-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Project Instruction "Knight Throde" is a PC game based on Python (maily Pygame). More development details can be found in the Chinese instruction pdf file. ## Game version Provided project here (v7.4.3) is an old version (latest on Steam is v7.5.2+). You can also access a play-only game package (v7.4.11) on Baidu netdisk to see a better quality game. Please use the following link: Link: https://pan.baidu.com/s/15d_35Ut7oE9AzDmSUN-hyQ Password: g715 ## Run the codes To run the program, you simply need to run main.py. You can find notes about each module's duty at the beginning of each .py file. ## Developer's game record You can use the given developer's game record file so that you can quickly review all the game contents: record.sav But if you want to experience the whole game progress from a player's perspective, you may need to remove the given .sav file and then simply start the game (the program will create a new one for you). In this way you will start fresh, and unlock chapters/heroes one by one. # 项目说明 《焕焕骑士》是一款基于Python(主要为Pygame)开发的单机主机游戏。更多开发细节可在中文pdf文件中查看。 ## 游戏版本 此处提供的是较老的版本(v7.4.3),Steam上最新版本号为v7.5.2+。您也可以从百度网盘获取一个仅供游玩的游戏包(v7.4.11)来查看制作质量更精良的游戏。请点击以下链接: 链接:https://pan.baidu.com/s/15d_35Ut7oE9AzDmSUN-hyQ 提取码:g715 ## 运行代码 要运行程序,您只需运行main.py。您可以在每个.py文件开头找到关于该模块功能的注释。 ## 开发者游戏存档 您可以使用此repo附带的开发者游戏记录文件record.sav,以快速体验所有游戏内容。 但如果您希望从玩家的角度体验整个游戏流程,您可以移除所给的.sav文件,然后直接启动游戏(程序会自动为您创建一个新记录)。这样您就可以开始一个全新记录,逐关解锁章节/人物。