Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guumaster/elm-simple-lights-out-game
Just following some Elm streaming class.
https://github.com/guumaster/elm-simple-lights-out-game
Last synced: 15 days ago
JSON representation
Just following some Elm streaming class.
- Host: GitHub
- URL: https://github.com/guumaster/elm-simple-lights-out-game
- Owner: guumaster
- Created: 2016-09-10T17:34:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-10T17:48:56.000Z (over 8 years ago)
- Last Synced: 2024-11-12T05:42:32.446Z (2 months ago)
- Language: Elm
- Size: 33.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A simple game made with Elm
This is a simple game to illustrate how to code apps in Elm.
![Lights Out demo](elm-lights-out-game.gif)
## Setup
This repo uses `Elm Platform`, `nodejs` and `webpack`.
To get you started run `npm install` then `elm package install` and start the server with `npm start`
### Elm tutorial for this game
* [Part 1](https://www.youtube.com/watch?v=R6vuO547DC8)
* [Part 2](https://www.youtube.com/watch?v=OAgF2uUnKcg)