Torridity / dsworkbench

The planning tool for the browser game 'Die Staemme'
Apache License 2.0
16 stars 14 forks source link

DS Workbench

Github Releases (by Release)

DS Workbench is a planning tool for the browser game "Tribal Wars" (http://www.die-staemme.de/). It is implemented as desktop application and written mostly in Java. Formerly, this project and its releases were hosted at http://www.dsworkbench.de but as of December 24, 2015 this domain won't be associated with DS Workbench any longer.

Instead, this code was made available as open source under the Apache License, Version 2.0 and everybody who is willing to continue this work is allowed to contribute. However, there are some things to be aware of:

All official releases you can find here.

How to install

Linux/MacOS

Windows

How to build

In order to build DS Workbench you'll need:

After obtaining the sources change to the folder where the sources are located and just call:

user@localhost:/home/user/DSWorkbench$ mvn install assembly:assembly
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] DSWorkbench
[INFO] Core
[INFO] ParserPlugin
[...]
user@localhost:/home/user/DSWorkbench$

Afterwards, you'll find DS Workbench in the sub-folder release/DSWorkbench-<VERSION> with a <VERSION> defined in the pom.xml. The release contains all libraries, config files and start scripts for Unix and Windows. The Unix script has to be made executable before using it by calling:

user@localhost:/home/user/DSWorkbench$ chmod +x release/DSWorkbench-<VERSION>/bin/DSWorkbench
user@localhost:/home/user/DSWorkbench$

More Information

License

DS Workbench is licensed under the Apache License, Version 2.0.