draggor / GnuCard

GnuCard
2 stars 0 forks source link

UI Wish List! #14

Open draggor opened 14 years ago

draggor commented 14 years ago

UI Wish list!

Ideally I want all the different areas to be their own draggable windows.

One window needs to be the card image window. Preferably you should be able to resize it.

One window is your "hand of cards" window. It should be a select box that's a droppable.

The Main area is the play area where everyone can see the cards. This is also a droppable.

Cards, and the various deck/discardpile zones have right click menus (they're already in there, just move it around).

The view library and view graveyard and similar functions should pop up draggable windows that are droppables so you can move cards from the deck to play or to hand, or vice versa.

jeremyckahn commented 14 years ago

I'm going to get started on the window system first, since that's going to act as the foundation for all the other UI elements. I'm going to give it a flexible API with parameters passed in as object literals so you can work with it any way you want.