2 Commits

Author SHA1 Message Date
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