Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)