Caution
This software has been deprecated with the newer updates for the game that use Steam Networking. It is obsolete now and won't be maintained.
Server browser for Superfighters Deluxe to view available game servers in real-time
Download a binary from releases and run it.
-
Clone the repository:
git clone https://github.com/dsafxP/SFDServerBrowser.git
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
-
For the GUI version (graphical interface):
python gui.pyw
This will open the graphical user interface of the Superfighters Deluxe Server Browser.
-
For the Console-based version (command line interface):
python main.py
This will run the Superfighters Deluxe Server Browser in the terminal, displaying server information directly in the console.
-
