HouraiTeahouse / backroll-rs

A (almost) 100% pure safe Rust implementation of GGPO-style rollback netcode.
ISC License
351 stars 18 forks source link

Support multiple local players per peer #1

Open james7132 opened 3 years ago

james7132 commented 3 years ago

Right now Backroll only supports one local player per peer, which GGPO also has but does not publicly document. This seems like a very useful feature to have for a lot of mixed-couch/networked multiplayer.

This will likely require restructuring the full sync, input queue, and protocol message structure.