https://github.com/prayash/lights-out
đŸ’¡Minimal 'Lights Out' game built with React + Microcosm + SVG.
https://github.com/prayash/lights-out
microcosm react svg
Last synced: about 2 months ago
JSON representation
đŸ’¡Minimal 'Lights Out' game built with React + Microcosm + SVG.
- Host: GitHub
- URL: https://github.com/prayash/lights-out
- Owner: prayash
- Created: 2017-04-26T07:00:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:29:20.000Z (over 2 years ago)
- Last Synced: 2025-02-16T02:31:36.604Z (4 months ago)
- Topics: microcosm, react, svg
- Language: JavaScript
- Homepage: http://lights-out.prayash.io
- Size: 2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## http://lights-out.prayash.io
### Build & Run
```
npm install
npm start
```### Test
```
npm run test
```