kuh-handel-server 1.0.0

The server code for the Kuh-Handel game
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# kuh-handel-server

WebSocket game server for the [Kuh-Handel](https://ufuk-guenes.com/kuh-handel-blog) online bot coding challenge. Handles player registration, turn-taking, game state, and result tracking.

The server is part of the [kuh-handel](https://github.com/ufukguenes/kuh-handel mono-repo.

## Participating

If you want to build a bot and compete, head to the [website](https://ufuk-guenes.com/kuh-handel-blog) for documentation and rules. Bot clients are available as:

- Rust: [kuh-handel-lib]https://crates.io/crates/kuh-handel-lib
- Python: [pyhandel]https://pypi.org/project/pyhandel/

## License

MIT