/schnapsen

A text-based version of a famous Austrian card game for two players.

Primary LanguagePythonMIT LicenseMIT

Schnapsen

Schnapsen is a text-based card game for two players.

Rules

You can find the rules of Schnapsen on Wikipedia.

Translations

To play the game in German, change the variable LANGUAGE in schnapsen.py to "de". The default language is English ("en").

You can add your own translations. The program uses the gettext module to handle translations, the required files are included in the locales directory.