[Java Game] Network game programming
Developed a blackjack game and chat program communicating via a TCP network. Maximum 3 players can play the game with a dealer and able to chat each other. After clicking a ready button, the game is begun. By clicking one of the buttons(bet, hit, stay), players can use various strategies to win the game like the real blackjack game. The game result will be show up when everyone clicks stay. GitH..