Zomis / Games

Many kinds of games, playable in both multiplayer or local play. Replays, spectator mode, and AIs.
https://games.zomis.net
MIT License
17 stars 5 forks source link

Replay class does not support GameFlow #292

Closed Zomis closed 2 years ago

Zomis commented 2 years ago

stepForward() method throws a NullPointerException because the action type does not exist, because it is not performing any await calls and listens for feedback etc.

Zomis commented 2 years ago

Fixed as part of The Big Refactoring™ #302