Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
Have fun learning a foreign language - German and soon many others
- Host: GitHub
- URL: https://github.com/fabonreact/sprachspiel
- Owner: fabOnReact
- License: mit
- Created: 2017-06-01T13:04:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T05:45:30.000Z (about 2 years ago)
- Last Synced: 2024-04-13T23:54:16.802Z (10 months ago)
- Topics: actioncable, desktop, game, german-language, language-learning, mobile, rails5, ruby, strategy-game, tablet, websocket
- Language: JavaScript
- Homepage: http://wg02.hatchboxapp.com/
- Size: 13.1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 [email protected]:fabriziobertoglio1987/sprachspiel.git
cd sprachspiel
rbenv local 2.5.0
bundle install
rails s
rails db:setup
```
you find the app at `localhost:3000`