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: 7 months ago
JSON representation
Ember-D3 tutorial for Ember ATX Meetup
- Host: GitHub
- URL: https://github.com/ijlee2/lights-out
- Owner: ijlee2
- Created: 2018-04-07T16:57:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-09T02:15:10.000Z (almost 8 years ago)
- Last Synced: 2025-03-19T22:55:56.497Z (11 months ago)
- Topics: d3, d3js, ember, emberjs, lights-out, lights-out-game, tutorial
- Language: JavaScript
- Homepage: https://d3-lights-out.herokuapp.com
- Size: 110 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |