# chinese-dos-games-web **Repository Path**: e4glet/chinese-dos-games-web ## Basic Information - **Project Name**: chinese-dos-games-web - **Description**: 原作者仓库:https://github.com/rwv/chinese-dos-games-web - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-07 - **Last Updated**: 2024-11-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 中文dos老游戏 Source code of https://dos.zczc.cz ## Usage ### 下载 Flask ``` sh $ pip3 install flask ``` ### 下载游戏文件 这里我在原作者项目的基础上做了些修改 下载游戏前,可以在根目录`games_all.json`中查找你需要的游戏,然后修改`static\games`目录下`games.json` 设置好后,只需要运行`static\games`目录下的`download_data.py`即可下载游戏。 ### 运行 Flask 下载完游戏后直接运行网站平台,在根目录下执行 ``` sh $ python3 app.py ``` 看运行提示,打开在浏览器打开网址:http://127.0.0.1:5000 即可开始在线游戏 ## 版权声明 项目版权一切归原作者所有 ## Credits * [dreamlayers/em-dosbox: An Emscripten port of DOSBox](https://github.com/dreamlayers/em-dosbox) * [db48x/emularity: easily embed emulators](https://github.com/db48x/emularity)