Compare commits
51 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1fcdcc9185 | |||
| 28a0028705 | |||
| 0dcb0a2c3e | |||
| 18ffb8d73c | |||
| a5955e6ee9 | |||
| 777c7cd295 | |||
| 6120b21db2 | |||
| b6eb11bf97 | |||
| fe566d38f9 | |||
| 594328c8d7 | |||
| c3f7da5fb5 | |||
| 7ba02eb4d7 | |||
| cc0f4a57ec | |||
| c5a5902317 | |||
| 150874a490 | |||
| 92d7294dfd | |||
| 2ff195c817 | |||
| a6d2fca158 | |||
| d25d5fbd96 | |||
| 6c7ad08075 | |||
| de5f6c54ed | |||
| 448980a67a | |||
| b2312a0e7b | |||
| 0adb8d65c6 | |||
| c64947fa80 | |||
| 2d73ceaf69 | |||
| f294c4e0fd | |||
| 84f62c58e3 | |||
| ede298a08f | |||
| 7af3a6cf4c | |||
| a8344989c0 | |||
| ddb4b6a118 | |||
| 65ce8d6d8e | |||
| 53cd7e5660 | |||
| f9fded5afd | |||
| 1f73083778 | |||
| 8e90ce576e | |||
| bd78d177a5 | |||
| 9fab65c276 | |||
| b1da533f21 | |||
| 0b3c0a728c | |||
| eb980272fe | |||
| e42a3c8cd5 | |||
| e3b83cb8c1 | |||
| 435ff33deb | |||
| 4830aa0d34 | |||
| b6b0c40b95 | |||
| 7572c505a4 | |||
| 352bd50945 | |||
| edc135e399 | |||
| 3b709419b4 |
@@ -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">
|
<div align="center">
|
||||||
<img src="documents/images/logo.png" alt="Game Logo" width="200"/>
|
<img src="documents/images/logo.png" alt="Game Logo" width="200"/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
+1
-1
@@ -134,7 +134,7 @@
|
|||||||
<article class="media-card">
|
<article class="media-card">
|
||||||
<h3 data-i18n="mediaTrailer">Trailer</h3>
|
<h3 data-i18n="mediaTrailer">Trailer</h3>
|
||||||
<video controls playsinline preload="metadata" loading="lazy">
|
<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>
|
<span data-i18n="videoFallback">Ihr Browser unterstützt das Video-Tag nicht.</span>
|
||||||
</video>
|
</video>
|
||||||
</article>
|
</article>
|
||||||
|
|||||||
Reference in New Issue
Block a user