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.
- Host: GitHub
- URL: https://github.com/tmitzka/schnapsen
- Owner: tmitzka
- License: mit
- Created: 2018-05-22T17:02:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T12:16:54.000Z (about 2 years ago)
- Last Synced: 2026-06-08T23:38:43.985Z (about 2 months ago)
- Topics: card-game, game, gettext, python3, sixtysix, textbased, translations
- Language: Python
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.