A 2D game developed using the Godot Engine.
- assets/: Contains game textures, sprites, and sounds.
- scenes/: Contains individual game levels and object scenes.
- scripts/: Contains the GDScript files that define game logic and player behavior.
- Objective: Navigate the player to the goal while avoiding enemies.
- Controls: Use the arrow keys to move(and W,A,D) and jump(Space Bar).
- Godot Engine
- GDScript