Skip to content

italoaa/Black_Jackie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiplayer BlackJack

Preview

files/20230206-195341_screenshot.png

Installation

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

Customization

Port

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

How to play

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.

Using NetCat

nc host port

Example

This example is how to connect to the default port. When the server is running localy

nc 127.0.0.1 6000

Dependencies

About

Multiplayer black jack in rust using tcp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published