A number of developers have requested support in SDEverywhere for Vensim's GAME function and for game mode in general (see Vensim docs here and in their user guide here).
Currently SDEverywhere accepts models that use the GAME function, but it simply returns the input value. Adding proper support for the GAME function will entail changes to the compile and runtime packages. I also plan on adding a simple example app that demonstrates how to use the new API that will allow for providing game inputs at runtime.
A number of developers have requested support in SDEverywhere for Vensim's GAME function and for game mode in general (see Vensim docs here and in their user guide here).
Currently SDEverywhere accepts models that use the
GAMEfunction, but it simply returns the input value. Adding proper support for theGAMEfunction will entail changes to the compile and runtime packages. I also plan on adding a simple example app that demonstrates how to use the new API that will allow for providing game inputs at runtime.