Git Product home page Git Product logo

mmo-rulemasters-world's Introduction

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.

mmo-rulemasters-world's People

Contributors

alexmog avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.