본문으로 바로가기

[Java Game] Network game programming

category Portfolio/2014 2022. 6. 22. 09:48
728x90

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.

 

GitHub

https://github.com/changkiLee/JavaProject/tree/master/BlackJack

 

GitHub - changkiLee/JavaProject: Projects using Java

Projects using Java. Contribute to changkiLee/JavaProject development by creating an account on GitHub.

github.com

 

참고: TCP/UDP example

https://github.com/changkiLee/JavaProject/tree/master/Socket/src

 

GitHub - changkiLee/JavaProject: Projects using Java

Projects using Java. Contribute to changkiLee/JavaProject development by creating an account on GitHub.

github.com

 

728x90

'Portfolio > 2014' 카테고리의 다른 글

[FMOD] Digital sound processing  (0) 2022.06.22
[Unity3D] 3D Graphic design  (0) 2022.06.22