https://github.com/potexxi/lights-out
The original "lights out" game, remade in C# WPF.
https://github.com/potexxi/lights-out
retro-game self-made wpf
Last synced: 5 months ago
JSON representation
The original "lights out" game, remade in C# WPF.
- Host: GitHub
- URL: https://github.com/potexxi/lights-out
- Owner: potexxi
- Created: 2025-12-10T18:12:19.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-10T21:27:49.000Z (6 months ago)
- Last Synced: 2025-12-11T05:43:08.967Z (6 months ago)
- Topics: retro-game, self-made, wpf
- Language: C#
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lights-out
This Lights Out version is a clean and modern remake of the classic “Lights Out” puzzle game, built in C# using WPF.
Each click flips a tile and its neighbors.
Your goal: turn all tiles off using as few moves as possible!
You can customize the board size, track your stats, and switch between different color themes.
**Features:**
+ Clean UI
+ Customizable grid-size
+ different colors
**Controls:**
+ left mouse button - flip a tile (and neighbors)
# Authors
+ [@potexxi](https://www.github.com/potexxi)
# Screenshots