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
Currently we just use objects to store our game state and we manipulate it directly in components, we should use more appropriate techniques for handling state. At the very least we need to be using Svelte Stores instead of objects.
The text was updated successfully, but these errors were encountered:
Currently we just use objects to store our game state and we manipulate it directly in components, we should use more appropriate techniques for handling state. At the very least we need to be using Svelte Stores instead of objects.
The text was updated successfully, but these errors were encountered: