Skip to content

A small mmo in Java, the goal was to provide an efficient scripting-to-entity system. The final goal was to let the players create all the game.

License

Notifications You must be signed in to change notification settings

AlexMog/MMO-Rulemasters-World

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synopsis

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.

How to use

Requirements

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

Motivation

This project was created only for fun. And I learned very much with it :).

Getting support

You can get support by simply contacting me (moghra_a [ @ ] epitech.eu). If you find an issue, please use the issues tracker

Contribute

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!

Screens, Screens everywhere!

Screen Screen Screen

Have fun!

AlexMog.

About

A small mmo in Java, the goal was to provide an efficient scripting-to-entity system. The final goal was to let the players create all the game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages