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
- Host: GitHub
- URL: https://github.com/scriptraccoon/lights-out-css
- Owner: ScriptRaccoon
- License: mit
- Created: 2022-10-18T15:15:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T00:04:12.000Z (over 2 years ago)
- Last Synced: 2025-10-07T23:36:57.985Z (8 months ago)
- Language: SCSS
- Homepage: https://lights-out-css.netlify.app
- Size: 79.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).