Commit Graph

4 Commits

Author SHA1 Message Date
55a9234871 Minor - Initialise le contrôleur et le pawn - V01.3.0
Initialise le contrôleur du joueur avec une caméra orthographique et la gestion des inputs, et initialise le pawn du joueur avec un mesh par défaut.

Ceci permet d'avoir un setup de base fonctionnel pour le joueur.
2025-10-15 12:48:33 +02:00
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