Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hagemt/lights-open
Lights Out (electronic game released by Tiger Toys in 1995) simulator
https://github.com/hagemt/lights-open
Last synced: about 1 month ago
JSON representation
Lights Out (electronic game released by Tiger Toys in 1995) simulator
- Host: GitHub
- URL: https://github.com/hagemt/lights-open
- Owner: hagemt
- License: bsd-2-clause
- Created: 2011-02-07T20:43:09.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T10:08:40.000Z (over 4 years ago)
- Last Synced: 2024-04-14T06:00:24.477Z (7 months ago)
- Language: Java
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.md
Awesome Lists containing this project
README
Lights Open
===========Lights Open simulates a game of Lights Out, a 1995 game by Tiger Toys. [1]
Players are able to toggle grid squares by left-clicking on the desired square.
Right-clicking anywhere on the grid rolls back the last move.
To run, simply use `make` to build a `.jar` file and start playing.
Several sample state files are included in the top level directory `./state`.
Finding their solutions, if they exist, is left as an exercise for the reader.
[1]: http://en.wikipedia.org/wiki/Lights_Out_%28game%29
License
-----The "Modified BSD License," as defined by the Open Source Initiative, governs Lights Open's availability. [2]
Full text of the agreement is included in the ./COPYING file.
Contributors to Lights Open may add their names (and email address) to the ./AUTHORS file, if they so choose.
[2]: http://www.opensource.org/licenses/bsd-license
Source Code
-----In accordance with the above, Lights Open's source code is publicly available. [3]
One may retrieve it by issuing the following command:
$ git clone git://github.com/hagemt/Lights-Open.git
[3]: https://www.github.com/hagemt/Lights-Open