Commit Graph

11 Commits

Author SHA1 Message Date
d84f7d1740 Csharp rewrite (#4)
* Implement BeamComponent in C# and enhance marketplace button functionality

* Add core game components including ConfigFileHandler, GameManager, SaveSystem, and UIManager

* cleanup

* Add new components: CanPickUpComponent, CollapsableComponent, DestroyableComponent, EffectInflictorComponent, StatusEffectComponent, and StatusEffectDataResource

* Add new components: EnemyDeathComponent, EnemyWaveTriggerComponent, and ExitDoorComponent

* Add new components: ExplosiveComponent, FadeAwayComponent, FireEffectComponent, FlipComponent, GravityMotionComponent, LaunchComponent, and update PlatformMovement with LastDirection property

* Add new components: HealComponent, HitComponent, HomingMissileMotionComponent, LeverComponent, and TriggerLeverComponent

* Refactor GameManager session state handling and add new components: CanBeLaunchedComponent, IceEffectComponent, JumpPadComponent, KillPlayerOutOfScreenComponent, KnockbackComponent, LifetimeComponent, MagneticSkillComponent, OutOfScreenComponent, PeriodicShootingComponent, PlayerDeathComponent, ProgressiveDamageComponent, ProjectileComponent, ProjectileInitComponent, RequirementComponent, ScoreComponent, ShipMovementComponent, ShipShooterComponent, and SideToSideMovementComponent

* Add new components: CannotStompComponent, SkillUnlockedComponent, SpaceshipEnterComponent, SpaceshipExitComponent, SpinComponent, StompDamageComponent, StraightMotionComponent, TerrainHitFx, TooltipComponent, TrailComponent, and UnlockOnRequirementComponent

* Add new components: BrickThrowComponent, BulletComponent, CageComponent, ChaseLevelComponent, CleanupComponent, and ThrowInputResource classes; implement game saving and loading logic in SaveSystem

* Add audio settings management and platform movement component

* Add ChargeProgressBar, Credits, and GameOverScreen components for UI management

* Add UID files for ConfigFileHandler, GameManager, SaveSystem, and UIManager components

* Add README.md file with game description and features; include project license and contribution guidelines

* Add Hud component for UI management; display health, coins, and lives

* Add MainMenu and Marketplace components; implement game management and skill unlocking features

* Add PauseMenu, SettingsMenu, and SkillButton components; enhance game management and UI functionality
2025-08-15 00:45:57 +02:00
58eeef60dc Refactor skill management and marketplace UI for improved functionality 2025-06-19 16:37:31 +02:00
99ed007593 Refactor save system and game manager; improve game restart functionality and state management 2025-05-25 18:36:02 +02:00
7c0778702d Fix scene path in village_3.tres and update level_scenes in game_manager.tscn; clean up whitespace in settings_menu.gd 2025-05-25 18:16:17 +02:00
7737c56e76 Remove debug print statements from save system for cleaner output 2025-05-25 16:25:58 +02:00
250fb18e16 Enhance save system functionality; improve game state management and session tracking 2025-05-25 16:06:59 +02:00
85f33e4cbe Add audio settings management and integrate into UI; refactor input settings handling 2025-05-25 13:39:47 +02:00
dd921e3396 Refactor pause and settings menu input handling to use UiManager for screen management 2025-05-25 05:15:19 +02:00
f75d05dde1 Refactor console and scene structure; update resource paths and add configuration handling 2025-05-03 19:49:23 +02:00
e10ce150f8 Add initial project configuration files and integrate Steam support 2025-05-03 05:23:30 +02:00
218ef9fc19 Add Steam controller input manager and integrate with Steam API 2025-05-03 05:23:17 +02:00