https://github.com/blad/ruleta
Ruleta is a language learning terminal app to help with vocabulary.
https://github.com/blad/ruleta
language-learning vocabulary-builder vocabulary-flashcards vocabulary-test
Last synced: 4 months ago
JSON representation
Ruleta is a language learning terminal app to help with vocabulary.
- Host: GitHub
- URL: https://github.com/blad/ruleta
- Owner: blad
- License: mit
- Created: 2017-02-05T02:30:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-07T17:25:11.000Z (over 8 years ago)
- Last Synced: 2025-06-14T09:03:48.191Z (4 months ago)
- Topics: language-learning, vocabulary-builder, vocabulary-flashcards, vocabulary-test
- Language: Haskell
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ruleta
Ruleta is a language learning terminal application that is intended to help
users learn new vocabulary through short interactive quizes.The application is currently under heavy development, for the time being the
application can be ran with:
```
# From the Repository root
runhaskell Main.hs
```### Vocabulary Lists
New languages and vocabulary lists can be added to the `lang` directory.each of the language text-files has the format: `foreign word|native term` for
example:```
das Öl|the oil
das Buch|the book
der Mass|the man
das Mädschen|the girl
...
```