[English]

A simple implementation of "Mensch ärgere dich nicht".
The only difference is that when you have no pieces in play, you get
to roll a dice only once, not three times.

How to run the game:
  1. if you don't have python3 installed, install it
  2. write 'python3 game.py' into the command line (or more generally,
     'python3 <path_to_game.py>' if the current working directory is
     different from the game's directory)

If the turn player has only 0 or 1 valid moves, the game informs the
players and automatically performs the move. This is to improve the
game speed.

------------------------------------------------------------------------
[Slovensky]

Jednoduché terminálové "Človeče, nehnevaj sa!"
Jediný rozdiel od obyčajného človeče je v tom, že ak nemáte na hracej
ploche žiadnu figúrku, hádžete iba raz, nie trikrát.

Hru spustíte tak, že:
  1. ak nemáte python3, tak si nainštalujte
  2. do príkazového riadku zadáte `python3 game.py` (prípadne `python3
    <cesta_ku_game.py>` ak sa nenachádzate v priečinku hry)

Pokiaľ hráč na ťahu má 0 alebo 1 platných ťahov, hra o tom podá správu
a automaticky ťah vykoná, čo urýchľuje hranie hry.
