In order to use this game with a friend you will have to git clone the repository
git clone [email protected]:italoaa/Black_Jackie.git
Then run
cargo run
This Game runs by default in port 6000
on localhost. This can be easily changed in the main.rs.
There are plans to make the port part of the arguments list
This uses Tcp to make all the connections so any Tcp client is good enough. I personally recommend NetCat as it is widely known and using it is rather easy.
nc host port
This example is how to connect to the default port. When the server is running localy
nc 127.0.0.1 6000