You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 26, 2023. It is now read-only.
The game engine has two implementation. One uses step functions, the other uses tail recursion. The step function implementation is about 150ms slower per turn than the tail recursion. To streamline the code, the step function version should be removed.