Difference between revisions of "Mechanics"

From Heroes of Hammerwatch wiki
Jump to: navigation, search
(Page Creation. Added in something basic for now.)
 
Line 8: Line 8:
 
==Random Number Generators==
 
==Random Number Generators==
 
RNGs for short are algorithms within code to generate an uncalculable result.
 
RNGs for short are algorithms within code to generate an uncalculable result.
 +
 +
<center>{{Template:BaseNav}}</center>

Revision as of 18:02, 26 March 2018

Mechanics are the dictations of how the game works. Health, attacks, currencies, etc, are all mechanics. This portion of the wiki describes how each one affects each other. Here we discuss some of the basic functions of mechanics that may pertain to more than only Heroes of Hammerwatch.

Ticks

Heroes of Hammerwatch's mechanical portions run at a rate of 33ms for every tick, or at a rate of 30fps. Much of the game is processed in this 30 fps tickrate, such as DoT timers, speed, collision, etc.

Random Number Generators

RNGs for short are algorithms within code to generate an uncalculable result.