https://github.com/vprusso/lights_out_js
Simple Javascript implementation if Lights Out
https://github.com/vprusso/lights_out_js
Last synced: about 1 year ago
JSON representation
Simple Javascript implementation if Lights Out
- Host: GitHub
- URL: https://github.com/vprusso/lights_out_js
- Owner: vprusso
- License: gpl-3.0
- Created: 2017-03-17T20:10:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T23:14:59.000Z (about 9 years ago)
- Last Synced: 2025-01-28T20:42:18.198Z (over 1 year ago)
- Language: HTML
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lights Out in Javascript
## Version 0.0.1
A very simple Javascript implementation of Tiger Electronic's "Lights Out" for http://vprusso.github.io/blog/2017/the-mathematics-of-lights-out/.
## Overview
A very basic implementation of Lights Out.

By altering the `NUM_ROWS` and `NUM_COLS`, it's possible to change the board to any desired size like so.

More information on the game can be found here