Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 305 Bytes

README.md

File metadata and controls

13 lines (6 loc) · 305 Bytes

Lights_Out

A GUI version of the game Lights Out.

About

The goal of Lights Out is to toggle off lights in a 2D grid of lights. When a light is toggled, the lights next to it toggle on or off.

How It Works

This game is set up with a 2D grid of buttons using JFrame and Mouselistener with Java.