🌐 Source code of https://dos.zczc.cz
Go to file
2018-11-15 01:27:00 +08:00
static separate data and website 2018-09-18 12:31:07 +08:00
templates index page 2018-11-15 01:27:00 +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 index page 2018-11-15 01:27:00 +08:00
game_infos.py index page 2018-11-15 01:27:00 +08:00
LICENSE Initial commit 2018-09-18 00:46:49 +08:00
README.md update readme 2018-09-18 14:02:08 +08:00

chinese-dos-games-web

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

Usage

下载 Flask

$ pip3 install flask

下载游戏文件

在根目录下执行

$ git submodule update --recursive --remote && git submodule update --recursive --remote && python3 ./static/games/download_data.py

运行 Flask

在根目录下执行

$ python3 app.py

Credits