Commit Graph

3 Commits

Author SHA1 Message Date
Björn Blomberg
61b03c5801 Add initial project files and implement core game features
- Created README.md with project description and setup instructions
- Added project configuration files (TheGame.csproj, TheGame.sln, project.godot)
- Implemented main game scenes (MainMenu.tscn, Game.tscn, LoadGameMenu.tscn)
- Developed game logic in C# scripts (Game.cs, MainMenu.cs, LoadGameMenu.cs, PauseMenu.cs, SaveManager.cs)
- Introduced save/load functionality and timer display
- Included icon.svg for game branding
2025-10-16 10:50:04 +02:00
b1d835d486 first commit 2025-09-22 21:33:56 +02:00
f97d4e5736 Initial commit 2025-09-22 20:50:12 +02:00