Commit Graph

34 Commits

Author SHA1 Message Date
Yogi Wiguna b877f94e34 feat: Add a loading screen, a lobby scene, and a new main game script, along with a custom font. 2026-03-17 11:11:00 +08:00
Yogi Wiguna eb018903aa feat: implement initial lobby scene with main menu, server browser, and networking options. 2026-03-16 16:19:30 +08:00
Yogi Wiguna 64dc1de15a feat: introduce special power-up manager with inventory and associated UI 2026-03-16 14:45:31 +08:00
Yogi Wiguna 739489cd6f feat: add PowerUpInventoryUI script to display and manage player power-ups with single-slot visibility. 2026-03-12 12:32:49 +08:00
Yogi Wiguna 3853962e4a feat: Implement initial main game scene with gridmap, player, and core managers. 2026-03-12 12:30:29 +08:00
Yogi Wiguna 686ea2587e feat: implement powerup inventory UI to display and manage player powerups with dynamic button states, levels, and shortcuts. 2026-03-12 10:39:09 +08:00
Yogi Wiguna 93eda69ad6 feat: Implement core game systems including settings management, player input, and initial gameplay mechanics with associated UI. 2026-03-12 10:35:26 +08:00
adtpdn 4f6783b468 feat: Implement core multiplayer features including user authentication, profile management, lobby, game mode managers, and leaderboard. 2026-03-12 03:55:20 +08:00
Yogi Wiguna 650d241a72 feat: Add core player input, movement, and special ability management systems with new UI components. 2026-03-11 17:40:45 +08:00
Yogi Wiguna 4b7a64a119 feat: Implement core player movement with advanced pushing mechanics, define game modes, and introduce various new managers and UI components. 2026-03-11 09:56:10 +08:00
Yogi Wiguna d53e4601e4 feat: Introduce comprehensive settings management with UI for video, audio, and remappable controls. 2026-03-10 17:04:01 +08:00
Yogi Wiguna e1e928389c feat: Implement powerup inventory UI, settings menu, and foundational managers for input and game settings. 2026-03-10 12:52:53 +08:00
Yogi Wiguna da7192ac07 feat: Introduce player movement manager with push mechanics, multiplayer synchronization, and new touch controls and powerup inventory UI. 2026-03-10 11:05:14 +08:00
Yogi Wiguna 0fb1397d11 feat: Implement Stop n Go game mode with phase management, missions, dynamic safe zones, and associated UI and managers. 2026-03-06 16:01:12 +08:00
Yogi Wiguna 8f03cc15c5 feat: introduce core player logic with manager integration and power-up inventory UI. 2026-03-04 15:56:03 +08:00
Yogi Wiguna a78acd12b8 feat: Add core manager scripts for camera context, player input, special tiles, and a powerup inventory UI. 2026-03-04 13:27:22 +08:00
adtpdn a7442bb1a6 feat: Implement core playerboard management including item grabbing, power-up handling, goal completion, and grid refilling, alongside new Tekton entity and various game managers. 2026-03-02 03:10:38 +08:00
Yogi Wiguna a29f1639f2 feat: add powerup inventory UI for managing player powerups and a mobile touch controls manager with a virtual joystick and configurable action buttons. 2026-02-26 11:56:16 +08:00
Yogi Wiguna c57b045bef feat: Implement the new Stop N Go game mode with dedicated managers, models, and UI. 2026-02-26 11:29:58 +08:00
Yogi Wiguna 4990ce3c89 feat: Implement tile scarcity model for tile generation and power-up inventory UI for player interaction. 2026-02-25 12:09:14 +08:00
Yogi Wiguna 65d18d8d96 feat: Implement core multiplayer lobby system with room management, player profiles, and game settings. 2026-02-09 17:46:18 +08:00
Yogi Wiguna fe494b50ef feat: Implement core game scene with UI, managers, and a default mesh library. 2026-02-05 12:58:58 +08:00
adtpdn 08b0493c06 update network 2026-02-04 16:31:18 +08:00
Yogi Wiguna 34867feb86 feat: Add powerup inventory UI and mobile touch controls including a virtual joystick and action buttons. 2026-02-04 16:08:38 +08:00
Yogi Wiguna 757051aca8 feat: Implement powerup inventory UI and manager, introducing ghost and area freeze special tiles. 2026-02-03 17:04:35 +08:00
Yogi Wiguna 02d13d9ff5 feat: Add main game scene with core logic, manager initialization, UI setup, and an in-game message bar. 2026-02-03 14:48:41 +08:00
Yogi Wiguna 753757d273 feat: Add PlayerboardManager, SpecialTilesManager, PowerupInventoryUI, and new touch control/power tile assets. 2026-02-02 18:01:42 +08:00
Yogi Wiguna d9025128e0 Integrate Nakama managers and enhance powerup system
Added Nakama and related manager scripts to autoload in project.godot and updated input mappings. Improved powerup_manager.gd with new methods and aliases for compatibility and gameplay rewards. Refactored ui_manager.gd to better initialize UI elements and removed unused code. Added playerboard_is_empty to player.gd for board state checks. Minor formatting changes in Nakama C# utility files for consistency.
2026-01-29 15:45:06 +08:00
adtpdn e66ba7542c update 2026-01-29 03:04:24 +08:00
adtpdn c5e9d073fa feat: Implement core game managers, player movement logic, and initial UI scenes. 2025-12-27 05:45:57 +08:00
adtpdn b0d45d4569 feat: Implement a new lobby system with configurable match duration, game over screen, and core game state management. 2025-12-20 01:10:49 +08:00
adtpdn a04be19af5 update 2025-12-10 23:11:59 +08:00
adtpdn 7ad20497d8 update 2025-12-10 02:55:07 +08:00
adtpdn 58d28366bb init 2025-12-10 02:35:17 +08:00