Skip to content

Commit 1c5a98a

Browse files
committed
Add TODO items
1 parent f802620 commit 1c5a98a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

TODO.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# TODO
22

3+
- CD: https://fly.io/docs/app-guides/continuous-deployment-with-github-actions/
34
- Put everyone's discards in front of their hand (suggested by Mom)
45
- Bug: Can't undo to get first discarded tile of the game from bot (human went last, missed a discarded tile, can't go back to beginning of game). If there are no human actions to go back to, Undo should return to beginning of game.
56
- Bug: Undoing a win after a bot drew a tile hung bot (workaround: paused & unpaused bots)
@@ -31,6 +32,8 @@
3132
- 2-click instead of drag & drop. First click will pause other players.
3233
- Display everyone's wind direction instead of staircase
3334
- Animate deal: 4 at a time goes into people's hand
35+
- Sanity check for (possible race condition) bug: rearranging hand leads to duplicate tiles. Last time it happened after peek tile got put into hand, and user drag & dropped that new tile.
36+
- Remember sorted hand so it doesn't get reshuffled when losing internet connection
3437

3538
## Future rule enforcement
3639
- Winning tile was the last one picked up

0 commit comments

Comments
 (0)