/lights_out_js

Simple Javascript implementation if Lights Out

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

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. Standard 5-by-5 board

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

More information on the game can be found here