BKMbigo / solitaire-compose

A simple solitaire card game
https://bkmbigo.github.io/solitaire-compose/
11 stars 0 forks source link

IntelliJ-IDE support #12

Closed BKMbigo closed 1 year ago

BKMbigo commented 1 year ago

Implement an IDE target for the game:

BKMbigo commented 1 year ago

For anyone wondering how to make an IntelliJ IDE/ Android Studio plugin, please refer to Compose for Desktop <-> Swing interoperability. The dialog calls a ComposePanel where the game is rendered.