LightsOutPuzzle
1.0.0
This is a simple implementation on the lights out game. See wikipedia for more detail.
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.