From 17b4b13beb62eed1a6f6434312baa334118982d2 Mon Sep 17 00:00:00 2001 From: Lars Winzer Date: Fri, 29 May 2026 18:42:05 +0200 Subject: [PATCH] Add header project readme containing metadata about this project --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index ae2e8a8..1bc7dec 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,25 @@ +> [!IMPORTANT] +> ## Programming Project (CS108) +> +> - **Course:** Programmierprojekt (CS108) +> - **Semester:** FS26 +> - **Institution:** University of Basel +> - **Duration:** 18 February 2026 – 29 June 2026 +> - **Project Type:** Group Project +> - **Project members:** Mathis Ginkel, Julian Kropff, Jona Walpert and me (Lars Winzer) +> +> ### Topic +> +> As part of the *Programming Project* course (CS108) for the semester FS26 at the University of Basel, we developed a computer game implementation of the popular card game Poker. +> +> The project's focus was networking and distributed systems design. A key aspect of the implementation was the development and integration of a custom protocol specifically designed for client-server communication. This protocol handled game state synchronization, player actions, lobby and global chat functionality, and real-time updates across the network. +> +> ### Contribution Context +> +> This repository contains work created during the official duration of the course in collaboration with three other students. +> +> Further information regarding individual contributions, repository state, synchronization status, and project ownership may be documented separately within this repository. +
Game Logo