Skip to content

A console-based Blackjack game including 2 players, an AI and a Dealer, created with Java Sockets to demonstrate a server-client application.

Notifications You must be signed in to change notification settings

Samin005/BlackJack-Java-Sockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlackJack-Java-Sockets

A console-based BlackJack game including 2 players, AI and Dealer, created with Java Sockets to demonstrate a server-client application.

To Play:

  • Run Server.java to start the server
  • Run Client.java to join as Player 1
  • Run Client.java again to join as Player 2
  • Each player has their own console where they can see their hand along with 1 card of every other player and enter commands to play blackjack. For example:
    Player 1: Player 1 console
    Player 2: Player 2 console
    And the Server console shows the overall game:
    Server Console: Server console

About

A console-based Blackjack game including 2 players, an AI and a Dealer, created with Java Sockets to demonstrate a server-client application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages