MrEliptik / godot_twitch_games

Collection of small chat interactive games for Twitch
https://bento.me/mreliptik
MIT License
16 stars 5 forks source link

Game loop #67

Open MrEliptik opened 10 months ago

MrEliptik commented 10 months ago

Define the game loop(s) that we want. A flowchart can help visualize.

Also think about the different ways to start a game: after a countdown, after X players joined, on streamer command, etc...