HaikuArchives / LightsOff

Lights Off! is a rendition of the original handheld game "Lights Out!", manufactured by Tiger Electronics.
MIT License
2 stars 3 forks source link

Redesign the user interface #32

Open owenca opened 6 years ago

owenca commented 6 years ago
humdingerb commented 6 years ago

If you're determined to move stuff from the menu bar into the playing area, you could put the "Puzzle pack" into a popup menu like you plan for the "Level" menu, instead of adding the pack title as a string view. When using these standard GUI widgets, I can magine that using a standard panel background colour looks better than the current dark blue.

I'd suggest putting the "Moves" score (maybe using a bigger font) together with the "Restart" below the game grid, and the menus above. Maybe the "Restart" button will look better as icon button...

owenca commented 6 years ago

Thanks for the advice! I've got the different grid sizes (3x3, 4x4, 5x5, and 6x6) and random puzzles to work, but with the current GUI, I can't integrate the code in a way that the UI would still make sense. I just wanted to make minimum changes to the GUI for now and work on the rest later. Oh well, it has taken much longer than I anticipated. :(

owenca commented 6 years ago

The GUI must be changed to accommodate the new features below:

Perhaps the simplest way is: