Skip to content
/ Meiern Public

An uncomplicated program for the game "Meiern" or "Mia" for your console.

Notifications You must be signed in to change notification settings

Jazzeus/Meiern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Meiern or Mia

Output from the game in the Command Line:

Meiern


A simple program for the (drinking) game "Meier" or "Mia" or "Mäxchen".


But what is it all about?

Two players (P1 and P2) play the game Meiern against each other, where the dice are always rolled alternately with two dice.
Whenever it is a player's turn, his roll must beat the last roll of the other.
The rolls can have the following values: (higher values outperform lower ones). 1) Two different values: The higher value is seen as a 10's digit, the lower as a ones digit. --> e.g. A player rolls ... a 3 and a 5 -> value = 53 ... a 1 and a 2 -> value = 21 2) Two equal values: doubles! Each double outbids a roll with different values Among themselves a higher double outbids a lower one

If a roll has the value 21 (Meier), the player who rolled it wins automatically. S1 begins.


How can I play the game?

Either you clone or you download the java file.

Next, open the file you just downloaded in an editor or IDE (VS Code, Intellij, Notepad++, etc.).

Then you press "RUN" and the game runs!

If your editor doesn't have an integrated terminal, open the cmd, navigate with "cd" to the folder where the file is stored and type "javac Meiern_Mia.java" + Enter. Then "java Meiern_Mia".

But be careful, you still need the Java JDK to use this. You can download it here.


How to reach me:

Send me a DM via



Or visit my website


FOLLOW ME!


DONATE!


STAR AND WATCH MY REPOSITORIES!


Biggest thank you goes out to L.S.!



https://jakegame.codes

Releases

No releases published

Packages

No packages published

Languages