Skip to content

J-Corleone/python-word-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

sast2023 word game

环境配置

第三方库:langdetect

使用设置

约定以下参数:


--file  -f  接文章的路径
--select -s 选择文章

文章使用 JSON 存储,格式如下:

{
    "xxx": "zzz",
    "xxx": [
        {
            "xxx":
        },
    ]
}

游戏功能

  • 启动:根据命令行参数启动
  • 读取:读取相应的题库,解析 JSON 文件
  • 输入:有语言检测,只能是 简体中文/英文
  • 替换:将用户的输入填入文章当中
  • 显示:直接在命令行打印

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages