Skip to content
/ Mia Public

The game mia (ger.: Meiern) implemented with Akka remote actors.

License

Notifications You must be signed in to change notification settings

scala-bs/Mia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mia

This is an actor implementation of the popular German drinking game Meiern. It is also known by different names such as Mäxchen or Mäxle. For more information on the game have a look at Wikipedia.

How to run

Open three shells and execute each of the following commands in its own shell:

$ ./activator "run server"

$ ./activator "run player"

$ ./activator "run player1"

$ ./activator "run player2"

How to configure

The number of players needed to start a game can be set by no-of-players in server.conf.

The player name can be set by player-name in player.conf, player1.conf, and player2.conf.

The server address can be set by server-address in player.conf, player1.conf, and player2.conf.

About

The game mia (ger.: Meiern) implemented with Akka remote actors.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages