https://github.com/didierofrivia/flipcards
Simple memory cards game written in Elm
https://github.com/didierofrivia/flipcards
elm functional functional-programming futurama
Last synced: about 2 months ago
JSON representation
Simple memory cards game written in Elm
- Host: GitHub
- URL: https://github.com/didierofrivia/flipcards
- Owner: didierofrivia
- License: mit
- Created: 2018-07-04T18:41:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-06T15:16:18.000Z (almost 8 years ago)
- Last Synced: 2025-04-07T22:41:42.019Z (about 1 year ago)
- Topics: elm, functional, functional-programming, futurama
- Language: CSS
- Homepage:
- Size: 33 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flip Cards

### About:
An simple memory game written in Elm
### Requirements:
- Node >= v6.11
### Serve locally:
```sh
npm start
```
* Access app at `http://localhost:8080/`
### Build & bundle for production:
```
npm build
```
### Contributing
- PR's welcome :)