Skip to content

Deftextra/LightsOutPuzzle

Repository files navigation

Lights Out Puzzle

This is a simple implementation on the lights out game. See wikipedia for more detail.

Development

The solution is implemented using .NET 5 and asp.net MVC. Run the following command from the LightsOutPuzzle.MVC project folder to start the solution:

> dotnet run

Navigate to https://localhost:5001 on any preferred web browser to interact with the UI.