Chore: Move 'diary' folder to top of 'documents' folder

This commit is contained in:
Lars Simon Winzer
2026-03-10 13:19:17 +01:00
parent d0ea56daa4
commit b9878a9c33
3 changed files with 0 additions and 0 deletions
-41
View File
@@ -1,41 +0,0 @@
# Erste Teambesprechung
## Was gemacht wurde
### Installation benötigter Software zur Projektleitung
- Openproject zur Koordinattion und Dokumentierung
- Wireguard um die lokale Kommunikation zwischen den Entwicklern zu ermöglichen
### Spielidee und Name
- Es soll ein Poker Spiel entwickelt werden (mit standard Poker Regeln)
- Der Name der Gruppe ist "Syntax Syndicate"
- Der Name des Spiels ist "Casono"
- Pixel Art
### Arbeitsteilung
- Backend: Lars, Mathis
- Netzwerk:
- Logic:
- Engine:
- Frontend: Jona, Julian
- Presentation in UI:
- Logic:
- Artist: Julian, Jona
### Netzwerkprotokoll
- Rundenbasiert
- Textbasiert und lesbar
- Request udn Response (synchron)
- Client-Server Modell
#### Client:
- Display für den Spielzustand
- führt eigenständig Abfragen beim Server durch
- "heartbeat" Artiger Ansatz, prüft beim Server regelmässig nach Zustandsänderungen
- einfache Input validation
#### Server:
- Verwaltet den Spielzustand
- Verwaltet die Spiele
- Nimmt Anfragen entgegen und verarbeitet diese
- Stellt global und lobby chat bereit
- Setzt Spielregeln durch
-12
View File
@@ -1,12 +0,0 @@
# zweites Teammeeting
## UI / Frontend
- UI sketch erstellt
- grundlegende Entscheidungen getroffen ueber den Aufbau der UI mit anschliessender Vorstellung in der gesamten Gruppe (alle zufrieden :D )
## Netzwerk
- Struktur und Aufbau des Transferprotokolls besprochen
- Network Listener und Manager (ähnlich dem Aufbau von Discord)
- Nachrichten IDs
- Nutzung von hooks der "einen Listener beim Manager einhakt und die Nachricht abgreift"
- Nutzung von Action Commands
-34
View File
@@ -1,34 +0,0 @@
# Meeting Diary
This folder holds the notes and documentation of all team meetings throughout the project.
The notes are organised by **milestones (16)** so that everyone can easily see what was discussed and decided at each stage. Each sub-header below links to the actual Markdown file containing the details.
## Milestone 1
### [24. February 2026](24-02.md)
- Project idea
- Assignment of roles
- First draft of network protocol
### [27. February 2026](27-02.md)
- UI mockup
- Finalizing structure of network protocol
## Milestone 2
*(Meeting notes to be added here when available)*
## Milestone 3
*(Meeting notes to be added here when available)*
## Milestone 4
*(Meeting notes to be added here when available)*
## Milestone 5
*(Meeting notes to be added here when available)*
## Milestone 6
*(Meeting notes to be added here when available)*