This is the Android App for parsing and executing QR games. See QR Game for more information.
The app has some security measures in place to ensure a good user experience. The language itself is input/output safe so the only issue we have to worry about is resources. The applications employs the following security measures:
- The game is terminated if a program iteration, or game loop, takes more than a second to run.
- If a game has a very low frame rate it is terminated.
- If the system signals very low memory, the game is terminated.