update todo

This commit is contained in:
2025-03-05 13:27:40 +08:00
parent 9c162c29f8
commit 438eff1f7a
+3 -3
View File
@@ -2,9 +2,9 @@
# Tekton Dash - Multiplayer Board Game - 2024
# -------------------------------------------------------------------------------------
# [x] Move is working, you can move the character to another tile on gridmap
# [ ] Make the Randomize tile, currently there's no logic to handle it
# [x] Make the Randomize tile, currently there's no logic to handle it
# it's randomly highlighted random tile on gridmap
# [x] Arrange tile is working, you can move the tile to another slot on the playerboard
# [ ] Arrange tile is working, you can move the tile to another slot on the playerboard
# [x] Put tile is working, you can put the tile from playerboard to the gridmap
# [x] Grab tile is working, you can grab the tile from gridmap to playerboard
# -------------------------------------------------------------------------------------
@@ -18,7 +18,7 @@
# [x] Added turn-based mode
# [x] Added Realtime mode
# [ ] Implement ActionState costs
# [ ] Implement ActionState disable condition
# [x] Implement ActionState disable condition
# [ ] Implement the special item that can trigger card draw, with realtime effect
# -------------------------------------------------------------------------------------
# [ ] Reskin the Game UI with offline prototype assets