A sample implementation of the traditional Bavarian card game Schafkopf, built as a real-time multiplayer web application using Blazor and SignalR.
The project serves as a reference for building interactive, stateful web applications with modern .NET.
Requires .NET 10 SDK
git clone https://github.com/ipax77/pax.schafkopf.gitStart the backend API first:
cd pax.schafkopf/src/sk.api
dotnet runIn a second terminal:
cd pax.schafkopf/src/sk.pwa
dotnet runOpen http://localhost:5027 in four different browsers or browser profiles. Each browser represents one player in the game.
We really like people helping us with the project. Nevertheless, take your time to read our contributing guidelines here.
GPLv3
