mirror of
https://github.com/rwv/chinese-dos-games-web.git
synced 2024-11-25 16:53:07 +08:00
🌐 Source code of https://dos.zczc.cz
static | ||
templates | ||
.gitignore | ||
.gitmodules | ||
app.py | ||
game_infos.py | ||
LICENSE | ||
README.md |
chinese-dos-games-web
Source code of https://dos.zczc.cz
Usage
下载 Flask
$ pip3 install flask
下载游戏文件
在根目录下执行
$ git submodule update --init --recursive && python3 ./static/games/download_data.py
运行 Flask
在根目录下执行
$ python3 app.py