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
I recently upgraded my Okiya implementation from 0.32 to 0.50, and moved away from React, following the Tic Tac Toe guide.
The game works fine with 2 player manual control. The AI works fine as well, but the AI gameplay does not trigger the state update event. The subscription is setup normally:
I recently upgraded my Okiya implementation from 0.32 to 0.50, and moved away from React, following the Tic Tac Toe guide.
The game works fine with 2 player manual control. The AI works fine as well, but the AI gameplay does not trigger the state update event. The subscription is setup normally:
As a result, the UI is not updated with AI-moves, in case react is not used. The game source is at https://github.com/captn3m0/okiya
The text was updated successfully, but these errors were encountered: