🌐 Source code of https://dos.zczc.cz
Go to file
2018-10-12 13:35:38 +08:00
static separate data and website 2018-09-18 12:31:07 +08:00
templates fix https://github.com/rwv/chinese-dos-games/issues/69 2018-10-06 21:27:44 +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.md 2018-10-12 13:35:38 +08:00

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

Credits