Compare commits

...

6 Commits

Author SHA1 Message Date
lars-winzer da891b46fd Merge pull request 'Add header project readme containing metadata about this project' (#351) from chore/readme-archive-metadata into main
Reviewed-on: #351
2026-05-29 18:44:18 +02:00
lars-winzer 17b4b13beb Add header project readme containing metadata about this project 2026-05-29 18:42:05 +02:00
Jona Walpert 7d759bc34b Merge branch 'chore/remove-sound-from-game-trailer' into 'main'
Legal: Remove sound from trailer as we don't want microsoft to sue us :)

See merge request cs108-fs26/Gruppe-13!194
2026-05-21 12:01:23 +00:00
Jona Walpert c79066b111 Legal: Remove sound from trailer as we don't want microsoft to sue us :) 2026-05-21 13:58:33 +02:00
Jona Walpert be7b528cbc Merge branch 'docs/MS6' into 'main'
Add: MS6 powerpoint presentation

See merge request cs108-fs26/Gruppe-13!193
2026-05-20 14:27:57 +00:00
Jona Walpert 1563bc3fa5 Add: MS6 powerpoint presentation 2026-05-20 16:18:23 +02:00
4 changed files with 23 additions and 1 deletions
+22
View File
@@ -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.
<div align="center">
<img src="documents/images/logo.png" alt="Game Logo" width="200"/>
</div>
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -134,7 +134,7 @@
<article class="media-card">
<h3 data-i18n="mediaTrailer">Trailer</h3>
<video controls playsinline preload="metadata" loading="lazy">
<source src="Casono-Trailer.webm" type="video/webm">
<source src="casono-trailer.mp4" type="video/mp4">
<span data-i18n="videoFallback">Ihr Browser unterstützt das Video-Tag nicht.</span>
</video>
</article>