🌐 Source code of https://dos.zczc.cz
Go to file
2018-09-18 12:40:25 +08:00
static separate data and website 2018-09-18 12:31:07 +08:00
templates separate data and website 2018-09-18 12:31:07 +08:00
.gitignore separate data and website 2018-09-18 12:31:07 +08:00
.gitmodules separate data and website 2018-09-18 12:31:07 +08:00
app.py separate data and website 2018-09-18 12:31:07 +08:00
game_infos.py separate data and website 2018-09-18 12:31:07 +08:00
LICENSE Initial commit 2018-09-18 00:46:49 +08:00
README.md update readme 2018-09-18 12:40:25 +08:00

chinese-dos-games-web

Source code of https://dos.zczc.cz

Usage

下载 Flask

$ pip3 install flask

下载游戏文件

static/games 目录下执行

$ git pull && python3 download.py

运行 Flask

在根目录下执行

$ python3 app.py

Credits