An open API service indexing awesome lists of open source software.

https://github.com/tmitzka/schnapsen

A text-based version of a famous Austrian card game for two players.
https://github.com/tmitzka/schnapsen

card-game game gettext python3 sixtysix textbased translations

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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

## Rules
You can find the rules of Schnapsen [on
Wikipedia](https://en.wikipedia.org/wiki/Schnapsen#Rules).

## 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.