Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 543 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 543 Bytes

GGPO-d

D reimplementation of GGPO, using code referenced from the original GGPO library.
This library allows for deterministic multiplayer gameplay for games like fighting games.
Using rollback and speculative execution this library gives the illusion of smooth network play even on slower connections, using rollback to correct wrong predictions.

How to use

Add the library via dub

dub add ggpo-d

NOTE: This has not been pushed to dub yet, this instruction only counts once that happens