Skip to content

Latest commit

 

History

History

Lights Out

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Lights Out

GitHub repo Language C# Target Framework Build Discord License

You can play this game in your browser:
Play Now
Hosted On GitHub Pages

Lights Out is a puzzle game in which you try to turn off all the lights. However, when you toggle a light on/off you will also toggle the lights adjacent to it.

╭───╮╭───╮╭───╮╭───╮╭───╮
│   ││   ││   ││   ││   │
╰───╯╰───╯╰───╯╰───╯╰───╯
╭───╮╭───╮╭───╮╭───╮╭───╮
│   ││   ││   ││   ││   │
╰───╯╰───╯╰───╯╰───╯╰───╯
╭───╮╭───╮╭───╮╭───╮╭───╮
│███││   ││███││   ││███│
╰───╯╰───╯╰───╯╰───╯╰───╯
╭───╮╔═╤═╗╭───╮╭───╮╭───╮
│   │╟   ╢│   ││   ││   │
╰───╯╚═╧═╝╰───╯╰───╯╰───╯
╭───╮╭───╮╭───╮╭───╮╭───╮
│   ││   ││   ││   ││   │
╰───╯╰───╯╰───╯╰───╯╰───╯

Turn off all the lights. Level 1.

Input

  • , , , : move cursor
  • enter: flip lights & move to next level
  • backspace: restart level
  • escape: exit game

Downloads

win-x64

linux-x64

osx-x64