An open API service indexing awesome lists of open source software.

https://github.com/dsafxp/sfdserverbrowser

A server browser for Superfighters Deluxe that allows you to view available game servers in real-time.
https://github.com/dsafxp/sfdserverbrowser

python superfighters-deluxe

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

[![Superfighters Deluxe Logo](img/SFD_titleLoop.gif)](https://www.superfightersdeluxe.com)

# Superfighters Deluxe Server Browser [![Pylint](https://github.com/dsafxP/SFDServerBrowser/actions/workflows/pylint.yml/badge.svg)](https://github.com/dsafxP/SFDServerBrowser/actions/workflows/pylint.yml) [![Build](https://github.com/dsafxP/SFDServerBrowser/actions/workflows/build.yml/badge.svg)](https://github.com/dsafxP/SFDServerBrowser/actions/workflows/build.yml) [![GitHub License](https://img.shields.io/github/license/dsafxP/SFDServerBrowser)](LICENSE)

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

## Installation

1. Clone the repository:
```bash
git clone https://github.com/dsafxP/SFDServerBrowser.git
```

2. Install dependencies:
```bash
pip install -r requirements.txt
```

3. Run the application:

- **For the GUI version** (graphical interface):
```bash
python gui.py
```

This will open the graphical user interface of the Superfighters Deluxe Server Browser.

- **For the Console-based version** (command line interface):
```bash
python main.py
```

This will run the Superfighters Deluxe Server Browser in the terminal, displaying server information directly in the console.