Skip to content

ipax77/pax.schafkopf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

.NET

pax.Schafkopf

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.

Website

schafkopf.pax77.org Game table screenshot

Getting Started

Requires .NET 10 SDK

Clone the repository

git clone https://github.com/ipax77/pax.schafkopf.git

Start the API

Start the backend API first:

cd pax.schafkopf/src/sk.api
dotnet run

Start the Web App

In a second terminal:

cd pax.schafkopf/src/sk.pwa
dotnet run

Open http://localhost:5027 in four different browsers or browser profiles. Each browser represents one player in the game.

Contributing

We really like people helping us with the project. Nevertheless, take your time to read our contributing guidelines here.

License

GPLv3

About

Sample implementation of the traditional Bavarian card game Schafkopf

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors