Explore tweets tagged as #LightState
@arauser
alex
1 day
Most bugs in networked games aren’t logic bugs. They’re duplicate state bugs. Racing games need countdown lights. First instinct is to replicate a LightState component. But we already replicate the countdown timer. So the client derives it: litCount = 5 - math.ceil(timer) No
0
0
0