Commit Graph

3 Commits

Author SHA1 Message Date
feae7b6997 Initializes basic game framework
Configures the default level, game mode, player controller, and player pawn.

Sets up basic movement input for the player pawn.

This commit lays the groundwork for further game development.
2025-10-14 01:18:44 +02:00
232a87f026 Adds initial project structure and core classes
Sets up the initial Unreal Engine project structure.
Includes the creation of core classes such as:
- A custom GameMode
- A PlayerController
- A PlayerPawn
- A Centipede Pawn

Also configures Git integration and includes a default level.
2025-10-13 13:01:09 +02:00
4299d2242e Initializes Unreal Engine project
Sets up the basic project structure, including configuration files,
source code directories, and a default .gitignore. Configures the
engine for optimal rendering and input settings.
2025-10-11 18:35:59 +02:00