Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkarter/fretmaster-elm
🎸 Guitar Learning Game (PWA) written in Elm
https://github.com/dkarter/fretmaster-elm
Last synced: 3 months ago
JSON representation
🎸 Guitar Learning Game (PWA) written in Elm
- Host: GitHub
- URL: https://github.com/dkarter/fretmaster-elm
- Owner: dkarter
- License: gpl-3.0
- Created: 2018-11-03T05:47:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T04:13:17.000Z (about 1 year ago)
- Last Synced: 2024-10-12T21:42:57.223Z (4 months ago)
- Language: Elm
- Homepage: https://fretmaster.app/
- Size: 5.46 MB
- Stars: 13
- Watchers: 5
- Forks: 1
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-elixir-gaming - Fretmaster
- awesome-elixir-gaming - Fretmaster
README
![FretMaster](public/logo.svg)
[![Build Status](https://travis-ci.org/dkarter/fretmaster-elm.svg?branch=master)](https://travis-ci.org/dkarter/fretmaster-elm) [![Netlify Status](https://api.netlify.com/api/v1/badges/24645345-0e36-4da3-a692-4ef050add400/deploy-status)](https://app.netlify.com/sites/fretmaster/deploys)
A guitar fretboard memorization game built in Elm
## Demo
![screenshot](img/screenshot.png)
[Check it out on https://fretmaster.app](https://fretmaster.app/)
## Dependencies
This app uses Yarn. Ensure you have it installed.
Install `create-elm-app` globally using yarn:
```sh
yarn global add create-elm-app
```Then in the source directory run `yarn install`.
## Running
In two separate terminals run:
```sh
yarn watch-css
``````sh
elm-app start
```## Testing
Run `elm-app test`