Go to file
Kevin Turner bcf4595ffe chore[build]: upgrade to gradle 6.7rc3 2020-10-01 12:30:03 -07:00
.github Added link to How to Work on a PR Efficiently 2018-03-26 00:15:52 +02:00
.idea fix: Gradley weirdness about a Directory/DirectoryProperty thing differing on Windows vs Linux 2020-09-05 19:49:38 -05:00
buildSrc doc: copyright holder is The Terasology Foundation 2020-06-01 11:33:18 -07:00
config Adding comments, small cleanup 2020-06-08 19:49:36 -04:00
docs doc: Slight doc improvements and cleanup 2020-09-19 15:28:19 -05:00
engine feat(JOML): migrate LocalPlayer and correct Direction (#4162) 2020-10-01 10:58:15 +02:00
engine-tests merge: PR #4139 - JNBullet usage 2020-09-19 21:55:25 -05:00
facades fix: Gradley weirdness about a Directory/DirectoryProperty thing differing on Windows vs Linux 2020-09-05 19:49:38 -05:00
fileTemplates Include javadoc stub in `System` file template 2018-07-03 18:15:03 +10:00
gradle/wrapper chore[build]: upgrade to gradle 6.7rc3 2020-10-01 12:30:03 -07:00
libs Use Gradle included builds in libs/ for easy source substitution (#4082) 2020-07-19 21:38:27 -05:00
metas chore(build): rename subprojects.gradle to .settings.gradle 2020-06-12 18:05:34 -07:00
modules chore(build): rename subprojects.gradle to .settings.gradle 2020-06-12 18:05:34 -07:00
openvr_natives Added jopenvrwrapper. 2016-09-11 16:17:10 -07:00
protobuf/compiler Merge PRs #1423 by @msteiger and #1436 by @flo - library updates 2014-12-11 00:12:14 -05:00
templates fix: standalone module builds work again 2020-06-06 22:54:42 -05:00
.gitattributes feat: add retain components component (#3910) 2020-04-27 21:00:03 +02:00
.gitignore chore!: Extract BuilderSampleGameplay as tutorial module (#3995) 2020-05-28 20:23:08 +02:00
.gitpod.yml Added gitpod files 2020-04-07 03:47:48 +02:00
Jenkinsfile fix: security hassle from a plugin 2020-06-14 14:15:42 -05:00
LICENSE Fill year and name placeholder in LICENSE file 2018-01-13 00:15:21 +07:00
LICENSE_ARTWORK Remove some unnecessary wrapper text in the art license 2018-07-15 12:48:22 -04:00
NOTICE Bump year in NOTICE. 2016-01-03 12:38:52 +01:00
README.markdown fix(docs): replace some develop instructions with links to the wiki. 2020-06-01 19:48:49 +02:00
build.gradle chore[build]: upgrade to gradle 6.7rc3 2020-10-01 12:30:03 -07:00
gitpod.dockerfile Added gitpod files 2020-04-07 03:47:48 +02:00
gradlew chore[build]: upgrade to gradle 6.7rc3 2020-10-01 12:30:03 -07:00
gradlew.bat chore[build]: upgrade to gradle 6.7rc3 2020-10-01 12:30:03 -07:00
groovyw update gradle & groovy wrappers 2020-05-24 14:12:22 -07:00
groovyw.bat update gradle & groovy wrappers 2020-05-24 14:12:22 -07:00
settings.gradle chore(build): rename subprojects.gradle to .settings.gradle 2020-06-12 18:05:34 -07:00

README.markdown

Terasology

Gitpod Ready-to-Code Build Status Release Downloads Bounties Total alerts Language grade: Java License(code) License(art) Discord IRC Channel

Welcome!

The Terasology project was born from a Minecraft-inspired tech demo and is becoming a stable platform for various types of gameplay settings in a voxel world.

The creators and maintainers are a diverse mix of software developers, designers, game testers, graphic artists, and musicians. We encourage others to join!

Terasology is fully open source and licensed Apache 2.0 for code and CC BY 4.0 for artwork (unless indicated otherwise - see credits for minor exceptions.)

We encourage contributions from anybody and try to keep a warm and friendly community and maintain a code of conduct.

Terasology

Playing

Make sure that your graphics card driver is up to date.

For easy game setup (recommended) you can use our launcher - download it here.

For more information about playing, like hot keys or server hosting, see the dedicated page or check out the modules.

Alternate Install Method

If you know you already have a Java Runtime Environment installed, you may use a direct download release as an alternative to using the launcher. Java versions 8 and 11 are supported.

Direct download stable builds are uploaded to our release section here on GitHub while the cutting-edge develop version can be downloaded direct here from our Jenkins

Developing

We strive to make developing and modding Terasology as easy as possible. See our wiki for instructions on setting up a development environment and how to develop modules.