Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milonoir/business-club-game
Digital version of the Hungarian "Business Club" board game from the '70s.
https://github.com/milonoir/business-club-game
Last synced: 4 days ago
JSON representation
Digital version of the Hungarian "Business Club" board game from the '70s.
- Host: GitHub
- URL: https://github.com/milonoir/business-club-game
- Owner: milonoir
- License: mit
- Created: 2022-04-18T19:03:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-20T16:30:42.000Z (about 1 year ago)
- Last Synced: 2024-11-09T01:13:58.702Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 344 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Business Club
> **Note:** This project is in early alpha phase.
### What is the Business Club?
Business Club is an old Hungarian board game from the 1970s.
![Original board game](img/bc_box.jpg)
This project is the unofficial computer version of the game that can be played online by 2-4 players.
### How to play?
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.#### Running the server
1. 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.
2. Run the server binary with the assets file as the first argument, e.g.:
```shell
./bc-server.linux-x86_64 game-assets-original.json
```#### Running the client
1. Download the latest client binary from the **releases** page.
2. Run the client binary, e.g.:
```shell
./bc-client.linux-x86_64
```### Roadmap
For the v1.0.0 release, see the [v1.0.0 milestone](https://github.com/milonoir/business-club-game/milestone/1):
Considered features for future versions:
- Sound effects
- Add support languages other than English
- Add support for game tweaks