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.
- Host: GitHub
- URL: https://github.com/blitzforge-studios/server
- Owner: BlitzForge-Studios
- License: mpl-2.0
- Created: 2025-02-21T12:28:26.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-03-25T14:42:51.000Z (about 2 months ago)
- Last Synced: 2025-03-31T04:06:07.383Z (about 2 months ago)
- Topics: dungeon-blitz, static-data
- Language: Python
- Homepage:
- Size: 109 MB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.