No description
Find a file
Tiebe 1f85263e7e
All checks were successful
releaseNightly / build (push) Successful in 22s
Delete ~$acklog.docx
2025-10-26 22:54:56 +00:00
.forgejo/workflows added commit hash as tag 2025-10-14 13:56:36 +02:00
.idea Clean up main menu ui 2025-10-22 17:46:24 +02:00
gradle/wrapper Create project 2025-10-07 15:46:17 +02:00
src fix race condition 2025-10-26 23:48:23 +01:00
.gitignore Add jframe 2025-10-07 16:08:04 +02:00
backlog.docx typo 2025-10-26 23:50:16 +01:00
backlog.pdf argbnuijgbinudfjos 2025-10-26 23:52:40 +01:00
build.gradle.kts Set entrypoint in gradle (#4) 2025-10-07 16:55:22 +00:00
gradlew Create project 2025-10-07 15:46:17 +02:00
gradlew.bat Create project 2025-10-07 15:46:17 +02:00
README.md readme 2025-10-26 18:34:11 +01:00
settings.gradle.kts Create project 2025-10-07 15:46:17 +02:00

Zweeds pesten

rules of the card game

build instructions

./gradlew build

run instructions

run 2 instances of the program, one host and one client.

on the host press "host game"
on the client press "Connect to game"

if using 2 different pc's enter the hosts ip on the client
enter the port given by the host into the client and press connect

how to play

cards are drawn automatically.
press a card in your hand to play it.
when your hand is empty, press one of the face up cards on the left to play them.
when there are no cards in your hand and no face up cards, press a face down card to play it.
press the play pile in the center to pick it up.
if you play a face up or face down card that is not legal you automatically pick up the play pile.

things to test

  • turn order gets assigned based on the lowest non-special card
  • the special cards do what they're supposed to
  • the networking works (game is synced between 2 players)
  • no illegal moves possible
  • the menu allowing you to assign a suit and rank of your choice to the joker