Giter VIP home page Giter VIP logo

ltw-client's Introduction

Last Testament Of Wanderers

====================================

Welcome to the LTW-client source code!

Last Testament Of Wanderers, is a open-source MMORPG game. From this repository you can build LTW game, all of the Contents are included. Also, some of the game data should be downloaded from the game servers when entring the game.

Supported Platforms

We only support Windows and Linux right now. If there is a platform we don't support, please make a request or come help us add it.

  • Linux

    • Ubuntu 19.04 or later.
    • Arch linux
  • Windows

    • Windows 7 or later.

Support and Contributions

If you think you have found a bug or have a feature request, feel free to use our issue tracker. Before opening a new issue, please search to see if your problem has already been reported or not. Try to be as detailed as possible in your issue reports.

If you need help using LTW or have other questions we suggest you to join our telegram community. Please do not use the GitHub issue tracker for personal support requests.

If you are interested in contributing fixes or features to LTW, please read our contributors guide first.

To get started using GitHub:

  • Create your own LTW fork by clicking the Fork button in the top right of this page.
  • Install a Git client on your computer.
  • Use the GitHub program to Sync the project's files to a folder on your computer.
  • Open up LTW.sln in your IDE.
  • Modify the source codes and test your changes.
  • Using the GitHub program, you can easily submit contributions back up to your fork.
  • Do not commit to master, for each feature create new branch.
  • When you're ready to send the changes to the LTW repo for review, simply create a Pull Request.

Advanced topics:

  • You can update your master branch by executing:
    • git pull https://github.com/intellivoid/LTW-client.git master
  • If your master is tainted and any branch you make contains junk, you can do hard reset. All unmerged commits on master branch will be lost.
    • git checkout master
    • git fetch https://github.com/intellivoid/LTW-client.git master
    • git reset --hard FETCH_HEAD
    • git push --force origin master

Source Code

The full source code is available here from GitHub:

  • Clone the source: git clone https://github.com/intellivoid/LTW-client.git
  • Open the solution LTW.sln or project file LTW/LTW.csproj

For the prerequisites for building from source, please look at the Requirements file.

License

The LTW project is under the GPL v2 License. See the LICENSE file for more details.
Third-party libraries used by LTW are under their own licenses. Please refer to those libraries for details on the license they use.

ltw-client's People

Contributors

adashinobenio avatar aliwoto avatar ammarfaizi2 avatar araragi10 avatar arthuriadx avatar artoria10 avatar debarchitodev avatar mayura75 avatar rokurobenio avatar saber14 avatar

Watchers

 avatar  avatar  avatar

ltw-client's Issues

Create ErrorSandboxes

As I know, all of ErrorSandboxes are here
But since they are related to the LTW game client, they should be moved in this repository.

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.