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

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.

Awesome Lists containing this project

README

        

## http://lights-out.prayash.io

### Build & Run

```
npm install
npm start
```

### Test

```
npm run test
```