I'm building a solitaire game for fun in compose. Is it worth pursuing writing it using basic elements such as column etc. or is it better to have a custom layout for the entire game?
The main challenge I see is dragging and dropping between columns, is that even possible?