flyinghead/dreamarena
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
################################################################# DreamArena DC Server Author Shuouma 2017 ################################################################# Description ################################################################# This is the source code release of the DreamArena server. It is a proof-of-concept server, that is, this is not a production release. So take it as it is. ################################################################# Prerequisite & Limitations ################################################################# 1. Libraries for pthread are required for compilation 2. Edit the dreamarena.cfg so the IP's are correct 3. The code is only tested on a Little-endian (byte-order) and X86_64 architecture. Will probably not work on big-endian without smaller modifications of the code. 4. The release is for Linux ################################################################# Compile & Run ################################################################# 1. make (to compile the source code) 2. Execute the binary dreamarena_server Happy Gaming Shuouma