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

https://github.com/scriptraccoon/lights-out-css

"Lights Out" as a CSS-only browser game
https://github.com/scriptraccoon/lights-out-css

Last synced: 4 months ago
JSON representation

"Lights Out" as a CSS-only browser game

Awesome Lists containing this project

README

          

# Lights Out with CSS

https://lights-out-css.netlify.app

This is [Lights Out]() as a browser game,
written with HTML and CSS (resp. Sass) only. No JavaScript is required!

Currently it has 10 levels.

There is a related codepen by Kevin Newcombe called [Pure CSS Lights out](https://codepen.io/kevinnewcombe/pen/rNeMdNg), which however only works with the first level (all lights on at startup) and its hardcoded list of 4 known solutions.

I've also made a standard JavaScript version [here](https://github.com/scriptRaccoon/lights-out-vanilla-javascript).