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: 8 months ago
JSON representation
🌐 Source code of https://dos.zczc.cz
- Host: GitHub
- URL: https://github.com/rwv/chinese-dos-games-web
- Owner: rwv
- License: gpl-3.0
- Created: 2018-09-17T16:46:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T02:34:11.000Z (about 2 years ago)
- Last Synced: 2025-04-09T04:01:50.871Z (about 1 year ago)
- Topics: flask, python
- Language: JavaScript
- Homepage: https://dos.zczc.cz
- Size: 1.57 MB
- Stars: 1,110
- Watchers: 36
- Forks: 283
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)