Simple game built with electron
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
app
assets
src
.gitignore
LICENSE
README.md
package.json

README.md

Lights Out

Simple game to try out Electron (http://electron.atom.io/).

Turn off all the lights to win. If one square is clicked it's inverted, together with all adjacent (up, right, down, left) squares. (https://en.wikipedia.org/wiki/Lights_Out_(game))

Screen1

Screen2

Screen3

Installation

The app is only built for OSX and can be downloaded from github releases (https://github.com/walle/lights-out/releases/download/v1.0.0/lights-out.zip). Unzip the .zip file and start the Lights Out.app application. Drag it to Application to install.

Run from source

If you don't want to install it on OSX or if you are running another operating system you can test it out by running it from source. Clone the repository and cd into it. Run $ npm install to install dependencies then $ npm start to run the app. This requires you to have npm (https://www.npmjs.com/) installed.

Contributing

All contributions are welcome! Send pull requests with changes or open issues if you find something.

License

The code is under the MIT license. See LICENSE for more information.