Terasology / Health

Health Module for providing Health and related events
https://terasology.github.io/Health/
0 stars 14 forks source link
game game-development gamedev java terasology terasology-module voxel

This is a module for Terasology. It adds the concept of health (or hitpoints) to the game and handles regeneration, restoration and damage of entities.

👉 Documentation 👈

Contributing

We welcome contributions to our modules, be it bug fixes or feature contributions. Check out the Contributor Guide on the main project wiki to learn more.

To check out this module (and all its dependencies) to your Terasology workspace run (in the workspace root):

groovyw module recurse Health

To build a module JAR for just this module run (in the workspace root):

gradlew :module:Health:jar

To run all tests and static code checks for this module run (in the workspace root):

gradlew :module:Health:check

Documentation via gh-pages

The documentation of this module is build with docsify. It is served via gh-pages. To preview the site you can either use the docsify CLI tool or just run a static server on the docs folder.