From 8146c4f3235984c45d1e6754a554267744533b69 Mon Sep 17 00:00:00 2001
From: Leon Grothus <leon.grothus@gmail.com>
Date: Sun, 28 Jan 2024 10:45:10 +0100
Subject: [PATCH] documented main

---
 main.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/main.py b/main.py
index e4500ec..0efc878 100644
--- a/main.py
+++ b/main.py
@@ -5,6 +5,11 @@ from source.api.management.sound_manager import SoundManager
 import constants
 from source.api.management.options import Options
 
+"""
+This is the main file of the game. It initializes PyGame and creates the screen and clock. It also creates the sound manager and scene manager.
+The main event loop is also located here.
+"""
+
 # Initialize PyGame
 pygame.init()
 
-- 
GitLab