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

https://github.com/fabonreact/sprachspiel

Have fun learning a foreign language - German and soon many others
https://github.com/fabonreact/sprachspiel

actioncable desktop game german-language language-learning mobile rails5 ruby strategy-game tablet websocket

Last synced: 7 months ago
JSON representation

Have fun learning a foreign language - German and soon many others

Awesome Lists containing this project

README

          



The package of the android application is [available for download](https://s3.eu-central-1.amazonaws.com/sprachspiel/app-release.apk) and the [repository is open source](https://github.com/fabriziobertoglio1987/sprachspiel-android)

# Environment

```
Ruby 2.5.0
Rails 5.1
```

# Installation instructions

```
git clone git@github.com:fabriziobertoglio1987/sprachspiel.git
cd sprachspiel
rbenv local 2.5.0
bundle install
rails s
rails db:setup
```
you find the app at `localhost:3000`