gyscos / coinched

A coinche server written in Rust
MIT License
4 stars 1 forks source link

coinched

Build Status MIT licensed

A coinche server.

It uses libcoinche to model a game of coinche, and presents it as a network service, for example as a HTTP interface.

To run the default HTTP server:

cargo run --bin coinched -- --port 3000

To run the proof-of-concept HTTP client:

cargo run --bin coincher -- localhost:3000