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

https://github.com/sharat87/lightaby

A simple lights-off game written using the LÖVE-2D engine for Lua.
https://github.com/sharat87/lightaby

Last synced: 6 months ago
JSON representation

A simple lights-off game written using the LÖVE-2D engine for Lua.

Awesome Lists containing this project

README

          

# Lightaby

This is a simple implementation of the [Lights out][1] game where the goal of
the game is to turn off all the lights in the grid. Colored squares signify
light being turned on, and gray squares signify light being turned off. Goal is
to have all squares become gray. You can click on a box to toggle its state, but
doing so will also toggle the state of the vertically and horizontally adjacent
squares.

[1]: http://en.wikipedia.org/wiki/Lights_Out_(game)

![Lightaby game screenshot](https://bitbucket.org/sharat87/lightaby/raw/tip/game-shot.png)

# Licence

Some parts of the code (libraries used, like LOVE, goo, hump) have their own
licences. The game's code, whatever I wrote is distributed with the MIT License.