JAVA 기반 네트워킹 게임 개발
Date: 2021-09-15
Stacks:JAVATeam
GitHub Link
📢 발표영상
📖 발표자료
⭐️ Project Overview
The team completed a one-on-one fighting game through networking. Each player's actions produce results in each turn, and as a result, the players' health decreases. The player with the lowest health loses the game. The project was completed using a Server-Client model, and the program mainly runs on communication through streams between the server and clients. Different actions are taken by the server and clients based on the messages' headers, which define the functions of each message. More details are available in the uploaded YouTube video and GitHub repository.
👬 팀 구성
JAVA 개발 (2)