rukai / PF_Sandbox

A platform fighter sandbox featuring a character editor tightly integrated with gameplay.
GNU General Public License v3.0
41 stars 3 forks source link

Implement deterministic random methods #23

Closed rukai closed 7 years ago

rukai commented 7 years ago

We will need random functions available that are based off a seed which can is stored in replays/synced over netplay.

Immediate usecase is for the wobble effect during hitlag. But it will also be useful to use with custom stage/fighter scripts.