Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ijlee2/lights-out

Ember-D3 tutorial for Ember ATX Meetup
https://github.com/ijlee2/lights-out

d3 d3js ember emberjs lights-out lights-out-game tutorial

Last synced: about 2 months ago
JSON representation

Ember-D3 tutorial for Ember ATX Meetup

Awesome Lists containing this project

README

        

# Lights Out

This is the code companion to my [Ember-D3 tutorial](https://crunchingnumbers.live/2018/04/07/lights-out/), presented at the Ember ATX Meetup on 4/26/2018.

You can check how the project should look after each step, by running `git checkout` and specifying the branch name:

| Branch name | Added features |
| ----------- | ------------------------------- |
| step-1 | Setup |
| step-2a | init |
| step-2b | responsive |
| step-2c | scale |
| step-2d | container |
| step-2e | buttons |
| step-2f | action |
| master | restart game, difficulty levels |