Skip to content
This repository was archived by the owner on Jul 24, 2026. It is now read-only.

Latest commit

 

History

History
50 lines (32 loc) · 1.49 KB

File metadata and controls

50 lines (32 loc) · 1.49 KB

Superfighters Deluxe Logo

Superfighters Deluxe Server Browser

GitHub License GitHub Release

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

🚀 Installation

Download a binary from releases and run it.

🔨 Manual

  1. Clone the repository:

    git clone https://github.com/dsafxP/SFDServerBrowser.git
  2. Install dependencies:

    pip install -r requirements.txt
  3. 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.