🌐 Source code of https://dos.zczc.cz
Go to file
2018-11-15 01:40:44 +08:00
static fix saves 2018-11-15 01:34:45 +08:00
templates fix game.html 2018-11-15 01:40: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 fix saves 2018-11-15 01:34:45 +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.md 2018-10-12 13:41:23 +08:00

chinese-dos-games-web

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

Usage

下载 Flask

$ pip3 install flask

下载游戏文件

在根目录下执行

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

运行 Flask

在根目录下执行

$ python3 app.py

Credits