Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rwv/chinese-dos-games-web

🌐 Source code of https://dos.zczc.cz
https://github.com/rwv/chinese-dos-games-web

flask python

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# chinese-dos-games-web
Source code of https://dos.zczc.cz

## Usage

### 下载 Flask

``` sh
$ pip3 install flask
```

### 下载游戏文件

在根目录下执行
``` sh
$ git submodule update --init --recursive --remote && python3 ./static/games/download_data.py
```

### 运行 Flask

在根目录下执行

``` sh
$ python3 app.py
```

## Credits

* [dreamlayers/em-dosbox: An Emscripten port of DOSBox](https://github.com/dreamlayers/em-dosbox)
* [db48x/emularity: easily embed emulators](https://github.com/db48x/emularity)