Commit graph

10 commits

Author SHA1 Message Date
75890d0b87 game: BASICALLY DONE 2024-11-19 22:13:53 +08:00
41d5629bf3 game: leaderboard ui 2024-11-19 14:38:18 +08:00
85e3d5827e game: DatabaseTransactionResult -> TransactionResult 2024-11-19 08:30:45 +08:00
a338a62f27 game: gameplay + database interim 2 2024-11-18 10:34:29 +08:00
cc79a5b1a0 game: gameplay + database interim 2024-11-18 09:16:03 +08:00
b88f6499cc game: hide portions of the SideView depending on state 2024-11-18 04:35:51 +08:00
5f089649b3 game: add working defaultView and empty resultsView 2024-11-18 03:19:37 +08:00
fe44ced9f8 game: stdise whats done in Awake, OnEnable and Start
- Awake -> singleton stuff or anything that needs to start really early
- OnEnable -> init + register callbacks
- Start -> do anything that might call a callback
2024-11-18 00:50:04 +08:00
30c82d77f6 game: working PopulateFields 2024-11-17 22:31:03 +08:00
685fbe961d game: back 2 square 1 (of them) 2024-11-17 22:05:04 +08:00