# GameServer **Repository Path**: hanleng/game-server ## Basic Information - **Project Name**: GameServer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-18 - **Last Updated**: 2025-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GameServer Unreal 및 Unity 프로젝트와 연동되는 C++ 기반 커스텀 게임 서버입니다. 비동기 네트워크 통신, 세션 관리, 게임 로직 처리를 목표로 합니다. --- ## 개발 목표 - 클라이언트 인증 및 기본 프로토콜 처리 - Unreal 및 Unity와의 실시간 통신 기능 제공 - 게임 컨텐츠 서버 로직 분리 설계 --- ## 개발 환경 - 언어: C++17 - 빌드: Visual Studio 2022 - 네트워크: WinSock2 - 대상 플랫폼: Windows - 버전 관리: Git + GitHub --- ## 참고 - Unreal 프로젝트: [ActionMultiRPG_Unreal](https://github.com/jkkim-gamedev/ActionMultiRPG_Unreal) - Unity 프로젝트: 준비 예정 ---