DigiDog Logo

DigiDog

Video Demo

Click the button below to download the JAR file of the game

Download JAR

Game Overview

DigiDog is a digital version of the Swiss board game "Dog". It's a team-based game similar to "Eile mit Weile" but with more tactical elements through card play.

Game Rules

Basic Rules

Game Flow

  1. Each player receives 6 cards at the start.
  2. Partners exchange one card face down before each round.
  3. Players take turns playing cards and moving pieces accordingly.
  4. If a player can't move, they discard all cards and skip the rest of the round.
  5. A round ends when all cards are played.
  6. In subsequent rounds, card numbers decrease (6, 5, 4, 3, 2) before starting over.

Special Rules

Setup and Running

Prerequisites

Starting the Server

This will autopick an ip address in your network:

java -jar digidog-0.0.1-ALPHA.jar server <PORT>

Or: This will let you choose the ip address

java -jar digidog-0.0.1-ALPHA.jar server <IP>:<PORT>

Example:

java -jar digidog-0.0.1-ALPHA.jar server 127.0.0.1:8080

Starting the Client

It will connect to the server running on <PORT> at <IP> address.

java -jar digidog-0.0.1-ALPHA.jar client <IP>:<PORT>

Example:

java -jar digidog-0.0.1-ALPHA.jar client 127.0.0.1:8080