update todo
This commit is contained in:
+3
-3
@@ -2,9 +2,9 @@
|
|||||||
# Tekton Dash - Multiplayer Board Game - 2024
|
# Tekton Dash - Multiplayer Board Game - 2024
|
||||||
# -------------------------------------------------------------------------------------
|
# -------------------------------------------------------------------------------------
|
||||||
# [x] Move is working, you can move the character to another tile on gridmap
|
# [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
|
# 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] 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
|
# [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 turn-based mode
|
||||||
# [x] Added Realtime mode
|
# [x] Added Realtime mode
|
||||||
# [ ] Implement ActionState costs
|
# [ ] Implement ActionState costs
|
||||||
# [ ] Implement ActionState disable condition
|
# [x] Implement ActionState disable condition
|
||||||
# [ ] Implement the special item that can trigger card draw, with realtime effect
|
# [ ] Implement the special item that can trigger card draw, with realtime effect
|
||||||
# -------------------------------------------------------------------------------------
|
# -------------------------------------------------------------------------------------
|
||||||
# [ ] Reskin the Game UI with offline prototype assets
|
# [ ] Reskin the Game UI with offline prototype assets
|
||||||
|
|||||||
Reference in New Issue
Block a user