Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 697 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 697 Bytes

CoinGame

소켓 통신을 이용한 동전게임

default.mp4

- 기능 -

● 클라이언트 다중접속

● 서버에서 클라이언트 강퇴/채팅얼리기/채팅녹이기

● 클라이언트 닉네임변경

● 클라이언트 실시간채팅

● 동전 게임

- 사용 -

해당 파일을 사용하기 위해서는 [Client->Form1.cs 19 ~ 20번 줄]

string serverIP = "192.168.1.107";
int serverPort = 8080;

를 수정하여 사용하시길 바랍니다.