Magic World game server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Pedro Berrocal d9132e50f3 Glacier router config 5 years ago
certs MWMap class 5 years ago
include MWSessionI fix 5 years ago
src Glacier router config 5 years ago
.gitignore MWMap class 5 years ago
README.md Makefile target order 5 years ago
dockerfile Docker 5 years ago

README.md

Magic World Server

Install ZeroC Ice on Ubuntu 16.04

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv B6391CB2CFBA643D
sudo apt-add-repository "deb http://zeroc.com/download/Ice/3.7/ubuntu16.04 stable main"
sudo apt-get update

Install Ice for C++, Java, Python, PHP, and all Ice services

sudo apt-get install zeroc-ice-all-runtime zeroc-ice-all-dev

Install Freeze for C++

sudo apt-get install libzeroc-freeze-dev zeroc-freeze-utils

Generate headers

make slice
make 

Develpment

TODO

  • User Object
  • ...