Note: This project is in early alpha phase.
Business Club is an old Hungarian board game from the 1970s.
This project is the unofficial computer version of the game that can be played online by 2-4 players.
The project consists of a server and a client application. The server is responsible for running the game logic and the client is responsible for the user interface. The server can be run on a dedicated machine or on the same machine as one of the clients. All players have to download the client application and must be connected to the same server to play together.
- Download the latest server binary from the releases page.
- The server requires a game assets file to run. This can also be downloaded from the releases page.
- Run the server binary with the assets file as the first argument, e.g.:
./bc-server.linux-x86_64 game-assets-original.json
- Download the latest client binary from the releases page.
- Run the client binary, e.g.:
./bc-client.linux-x86_64
For the v1.0.0 release, see the v1.0.0 milestone:
Considered features for future versions:
- Sound effects
- Add support languages other than English
- Add support for game tweaks