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

Latest commit

 

History

History
36 lines (25 loc) · 1.26 KB

File metadata and controls

36 lines (25 loc) · 1.26 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.

A server browser for Superfighters Deluxe that allows you to view available game servers in real-time.

Installation

  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.