Rulemasters World was a game that I have worked on. The goal was to create a MMO Framework based on scripting systems, to develop the Rulemasters World game. I'm still working on the project when I have time, but I want to let the sources online, and wanna make this project alive, by getting it open-source. The final goal of the project is to make an open-source, script-based (actually Full TCP and prediction) MMO framework.
WARNING: Some parts are really dirty, because of some debugs and other stuffs. Sorry if the code is not very clean, I will clean it by continuing the development.
A complete guide can be found on the wiki
This project requires thoes to be installed on your system:
- Java 7+
- Maven (needs oracle java version for build, not openjdk)
All other requirements are in the "maven-repo" directory.
To build the server part, use this command:
cd server
mvn package
To run the server:
cd target
java -jar SERVER_JAR
To build the client part, use this command:
cd client
mvn package
To run the client:
cd target
java -Djava.library.path=natives/ -jar CLIENT_JAR
This project was created only for fun. And I learned very much with it :).
You can get support by simply contacting me (moghra_a [ @ ] epitech.eu). If you find an issue, please use the issues tracker
This is an open-source project, and it needs your help to go on growing and improving. If you want to get involved and suggest some additional features, file a bug report or submit a patch, you can fork this repository and ask for a pull request. You can alsow contact me for more informations!
Have fun!
AlexMog.