Doppelkopf --> sometimes abbreviated to Doko, is a trick-taking card game.
It is a multiplayer Doppelkopf game, with a server and client. You can add tables and user. Users can play a game or view a game.
This game is still a work in progress. You will see that it's playable but some features are still missing that you might know from other Doppelkopf games:
- Playing multiple rounds
- Custom rules
- Game Variant
- Normal
- Wedding
- Solo
- Queen Solo
- Jack Solo
- Ace Solo
- Suit Solo
- King Solo
- Color Solo Clubs
- Color Solo Diamonds
- Color Solo Hearts
- Color Solo Spades
- Score calculation
- Announcement
- Shuffle curds
- Playing solo
- Single player mode
- Englisch
- German
- Sorbian (Upper Sorbian/ hornjoserbska rěč)
- default user: admin and password: admin.
- port: 8080
git clone doppelkopf-multi
- Build the images
sh build-docker
- Environment properties in the env files (db.env, ap-settings.env)
- Check the
docker-compose
, optional change. - Run the as container
docker-compose up -d
To change the port of the client, at docker compose file change the client ports item 8080:80
to xxxx:80
.
- packages reload
dotnet reload
- start start api local
dotnet run
- build the api
dotnet build
- install packages
yarn
- start the angular app local
yarn start
- build the angular app
yarn build