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