/RanOnline

RAN Online Public Repo

Primary LanguageC++Apache License 2.0Apache-2.0

Ran Online

Ran Online (stylized as RAN Online) was a massively multiplayer online role-playing game (MMORPG). The game is set in real-life schools and cities, where players take the role of students in three different school clubs gathering to protect different areas from evil forces. The game offers different character classes, PvP, and more.

Disclaimers

This source code is fully free to download and to use.

Goals

Priority

  • Make this source code as stable as possible.
  • Clean this source code as clean as possible.
  • Update sources to new C ++ standards and syntax (11, 14, 17).
  • Completing tools (WorldEditor, EffectEditor, and so on).

Nice To Have

  • Update all dependencies to new version (DirectX, and so on).
  • Adding support for Shader.
  • Adding support for NVIDIA PhysX Library.
  • Adding support for LUA script.

This source code will remain in EP7 until I decide to update it to a newer EP. So, don't bother asking me about new features.

Code of Conduct

IMPORTANT : I will not merge your works if you do not follow my rules.

  • Create branch from branch master for each tasks / issues that you want to work (one branch, one task / issue).
  • The new branch name should be same as task / issue title.
  • Provide details for every commit you push.
  • Provide change log in every merge request detail.

How to Contribute

  • Must know C++.
  • Willing to work for the community (for free of course).

Contributors