square / workflow-kotlin

A Swift and Kotlin library for making composable state machines, and UIs driven by those state machines.
https://square.github.io/workflow
Apache License 2.0
1.02k stars 101 forks source link

Add a "New Board" button to the Game Over dialog in the Dungeon Crawler sample. #205

Open zach-klippenstein opened 4 years ago

zach-klippenstein commented 4 years ago

Originally posted by @zach-klippenstein in https://github.com/square/workflow/pull/874#issuecomment-574342417

lpizzinidev commented 2 years ago

Hi ✋ Is the issue still up for grabs?

rjrjr commented 2 years ago

Sure! If you take it on, please work against the ray/ui-update branch, https://github.com/square/workflow-kotlin/tree/ray/ui-update

lpizzinidev commented 2 years ago

👍 Ok! Just one question, to make sure that I implement it correctly. With the click of the "New Board" button, the board selection screen should be shown to the player?

rjrjr commented 2 years ago

Yes please.

lpizzinidev commented 2 years ago

👍 I'll work on this