# Artemis **Repository Path**: kreemen/Artemis ## Basic Information - **Project Name**: Artemis - **Description**: Artemis 是一款开源的游戏,包含服务器和客户端,服务器主要由C++11编写,客户端用Unity3D编写 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 59 - **Created**: 2016-07-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Artemis Artemis 是一款开源的游戏,包含服务器和客户端,服务器主要由C++11编写,客户端用Unity3D编写 ## Server 服务器环境配置 - Windows操作系统 - 编译工具VS2013、VS2015 服务器介绍 - 网络模型采用Windows完成端口 - 开发语言使用C++11 - 数据库采用Mysql - 自己打造日志模块、通信模块、协议模块等,尽量避免使用第三方库 ## Client 使用Unity3D编写,待更新