iluwatar / java-design-patterns

Design patterns implemented in Java
https://java-design-patterns.com
Other
88.25k stars 26.19k forks source link

[Game Loop] Missing document in README #2950

Closed tiennm99 closed 1 month ago

tiennm99 commented 1 month ago

The provided code includes 3 different GameLoop implementations: FixedStepGameLoop, FrameBasedGameLoop, and VariableStepGameLoop. However, the README only mentions FixedStepGameLoop and lacks explanations for the other two. It would be helpful to add documentation in the README explaining them.