| Games are loops. Yes. In old days, there were many decision taking branch statements. But often algorithms can be expressed in terms of a mathematical formula, reducing code, increasing speed, but reducing readability.
These days, program languages have some type(s) of abstractions and decoupling. Often reducing entities to so- called stand-alone units. Code from strangers is always hard to read, but with OO for example one could concentrate on a single unit of work. That should make it easier.
__________________ |