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

https://github.com/blitzforge-studios/server

Connecting to Dungeon Blitz Flash client. This repository also holds preservation files of Dungeon Blitz.
https://github.com/blitzforge-studios/server

dungeon-blitz static-data

Last synced: about 2 months ago
JSON representation

Connecting to Dungeon Blitz Flash client. This repository also holds preservation files of Dungeon Blitz.

Awesome Lists containing this project

README

        

# Dungeon Blitz - Preservation Files

This repository holds data of Dungeon Blitz Flash game. To [download](https://github.com/BlitzForge-Studios/server/releases/tag/static-data) all data, please visit releases.

Before everything, for testing purposes, change `DungeonBlitz.swf` file with the one on the releases. So you can redirect server to correct ports to connect with settled on [`config.py`](src/config.py) file.

## Play the Game

- [Download Flash Point](https://flashpointarchive.org/downloads) to run game.
- Launch command:[^1] http://db.bmgstatic.com/p/cbv/DungeonBlitz.swf?fv=cbq&gv=cbv

### Run Server

- Download Python.
- Open terminal terminal.

```sh
python3 main.py
```

### Optional

- [Download JPEXS](https://github.com/jindrapetrik/jpexs-decompiler/releases) to see `swf` files.[^2]

[^1]: You have to set this on Flash's launch command.
[^2]: You will need Java to run JPEXS. Even on MacOS.