Commit Graph

5 Commits

Author SHA1 Message Date
34a6fec411 Minor - Met à jour les paramètres d'input - V01.02.00
Met à jour la configuration de l'IMC par défaut.
2025-10-14 18:46:20 +02:00
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
eda742f8ad Initial commit 2025-10-11 18:31:36 +02:00