jcbrockschmidt / agario_a-life

An Agario-esque artificial life simulation,
GNU General Public License v2.0
1 stars 0 forks source link

Possible Saving/Loading Flaw #6

Open jcbrockschmidt opened 9 years ago

jcbrockschmidt commented 9 years ago

Oftentimes, the behavior of each blob will change drastically when a simulation is reloaded. This most likely means a flaw in the current saving and loading scheme that has been implemented.

jcbrockschmidt commented 9 years ago

My primary suspicions are:

  1. A critical piece of behavior-related information is not being saved and/or re-simulated on loading.
  2. Some data is simply not being loaded in the same order it was saved.