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

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

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.
![Standard 5-by-5 board](http://imgur.com/62vGCev.png)

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](http://imgur.com/gsXh1u6.png)

More information on the game can be found here