A server browser for Superfighters Deluxe that allows you to view available game servers in real-time.
-
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.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.
-