0ea89ffd184c08c91ba42d5bbfd5dc368c0c2a8c
Battleflow
Refactored project layout (same features, cleaner code).
Install & Run
pip install -e .
encounterflow --host 0.0.0.0 --port 5050 --token YOURSECRET
Open:
- Admin:
http://HOST:PORT/admin?token=YOURSECRET - Board:
http://HOST:PORT/board?token=YOURSECRET
Data directories
Default data folder is encounterflow_data/. If an older initrack_data/ exists and encounterflow_data/ isn't present, it will be reused automatically (migration-by-reuse).
encounterflow_data/
avatars/
icons/
state.json
presets.json
preset_groups.json
Notes
- Admin requires
?token=.... Board is public (use OBS Browser Source). - Use the Admin button to seed curated condition icons (Game-Icons.net).
- No breaking functional changes vs. single-file.
Description
Languages
Python
45.8%
JavaScript
28.5%
HTML
17.5%
CSS
7.3%
Makefile
0.9%