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.
- Host: GitHub
- URL: https://github.com/sharat87/lightaby
- Owner: sharat87
- Created: 2012-05-11T16:47:06.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-05-11T16:47:55.000Z (over 13 years ago)
- Last Synced: 2025-02-08T23:43:39.328Z (8 months ago)
- Language: Lua
- Size: 465 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)

# 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.