Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- 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 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T02:34:11.000Z (10 months ago)
- Last Synced: 2025-01-26T12:04:23.750Z (12 days ago)
- Topics: flask, python
- Language: JavaScript
- Homepage: https://dos.zczc.cz
- Size: 1.57 MB
- Stars: 1,095
- Watchers: 36
- Forks: 279
- 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)