phrase-hunter:将OOP概念应用于Python进行命令行游戏

时间:2024-04-28 00:14:09
【文件属性】:

文件名称:phrase-hunter:将OOP概念应用于Python进行命令行游戏

文件大小:5KB

文件格式:ZIP

更新时间:2024-04-28 00:14:09

Python

短语猎人 Treehouse Python TechDegree的专案3 特征 面向对象的编程! 词组根据玩家的猜测显示下划线或字母 游戏类跟踪用户的猜测,未命中以及玩家获胜或失败的情况 用户输入验证! 无效输入的漂亮消息 包含用于退出KeyboardInterrupt的漂亮消息 玩多个游戏! 游戏本身由Game类的一个实例启动 开始一个新游戏会创建一个新的Game实例 安装项目 克隆此仓库,然后导航到“ phrase-hunter项目目录。 git clone https://github.com/ajtran303/phrase-hunter.git cd phrase-hunter 开始游戏 苹果: python3 app.py Windows / Linux: python app.py 玩游戏 系统将提示您以下规则: Welcome to the Phrase Hu


【文件预览】:
phrase-hunter-trunk
----app.py(268B)
----phrasehunter()
--------example.py(527B)
--------game.py(2KB)
--------phrase.py(2KB)
--------__init__.py(0B)
----.gitignore(2KB)
----README.md(2KB)

网友评论