Skip to content

miguletztim/yahtzee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Yahtzee for Java

How to play

Requirements

  • Everyone has to have openjdk 15 (or a newer version) installed
  • One person has to run the server
  • Every player has to run a client

Setup

  1. Open the command prompt

  2. Change the directory to the file-path:

cd path\to\the\file-path
  1. Execute the file:
java -jar filename.jar

Possible errors

  • A client or a server isn't found
    • Check if the network you're in is set to be a private network
    • Start the server once and allow the network access

Additional information

  • This program supports local multiplayer and single player
  • There are two files: the server and the client
  • If you run the server, it is still possible to run a client
  • If you want to play alone, you still have to run the server program

Main-Class

  • Server -> Setup
  • Client -> Client