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

Get rid of event system #41

Open Zomis opened 4 years ago

Zomis commented 4 years ago

In retrospect, using a flexible event system was not a good idea.

Using a dynamic event-driven approach for everything...

Zomis commented 2 years ago

Should be easier with The Big Refactoring™ #302

Zomis commented 2 years ago

Using Koin can be an option: https://insert-koin.io/

Zomis commented 1 year ago

Using SharedFlows would be similar to an event system but would be more Kotlin-ic. And would make supporting multiple coroutines/threads easier.