Skip to content

Commit

Permalink
updated todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gtaray committed Nov 20, 2022
1 parent 8035645 commit 6bb7d19
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions todo.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
TODO LIST:
* Face down cards in hand
* [x] Card Manager infrastructure
* [x] Update desktop_card windowclass to show facedown cards in hand
* [x] Implement drag/drop for face down cards in hand
* [x] Update card list view to show cards as facedown
* [x] Implement flip radial option for cards in hand and card list
* [x] Implement flip event and chat message handler
* [x] Implement peek radial option for cards in hand and card list
* [x] Implement peek event and chat message handler
* [x] Implement new game options

STRETCH GOALS
* Hand actions - Moved to Stretch goal, because of some weirdness around message timing. Could get pulled in if requested though. Current workaround is to use dice
Expand All @@ -24,6 +14,16 @@ STRETCH GOALS
* Add pre-check functions to all events, and get rid of immediate event type

DONE
* Face down cards in hand
* [x] Card Manager infrastructure
* [x] Update desktop_card windowclass to show facedown cards in hand
* [x] Implement drag/drop for face down cards in hand
* [x] Update card list view to show cards as facedown
* [x] Implement flip radial option for cards in hand and card list
* [x] Implement flip event and chat message handler
* [x] Implement peek radial option for cards in hand and card list
* [x] Implement peek event and chat message handler
* [x] Implement new game options
* Merge played and discarded messages into a single message when done together
* Display icons in chat for card actions
* Message data can have multiple icons, so this is basically easy
Expand Down

0 comments on commit 6bb7d19

Please sign in to comment.