# chinese-dos-games **Repository Path**: mirrors/chinese-dos-games ## Basic Information - **Project Name**: chinese-dos-games - **Description**: 中文 DOS 游戏 浏览器游玩中文 DOS 游戏 运行 下载游戏文件 在根目录下运行以下 python 3 代码 import urllib.request, os from ga - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 49 - **Forks**: 10 - **Created**: 2018-09-06 - **Last Updated**: 2025-09-13 ## Categories & Tags **Categories**: games **Tags**: None ## README # chinese-dos-games-web Source code of https://dos.zczc.cz ## Usage ### 下载 Flask ``` sh $ pip3 install flask ``` ### 下载游戏文件 在根目录下执行 ``` sh $ git submodule update --init --recursive --remote && python3 ./static/games/download_data.py ``` ### 运行 Flask 在根目录下执行 ``` sh $ python3 app.py ``` ## 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)