Hacker News new | ask | show | jobs
by Madmallard 721 days ago
Do you think gafferongames algorithms would be good enough or need like a scheme for basically every game mechanic that would need to be synchronized?
1 comments

That's above my paygrade I think. All my logic is rule based at the 600ms tick level. If you pick a berry, each tick take one step closer, then do a pick animation, then add the berry to your inventory and remove it from the bush. The client is responsible for tweening between those ticks. It might be a whole different thing to try physics/fine movements etc.