Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.28 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.28 KB

Superfighters Deluxe Logo

Superfighters Deluxe Server Browser Pylint Build GitHub License

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.py

      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.