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

Add a preview feature #64

Closed owenca closed 6 years ago

owenca commented 6 years ago

Maybe we can use the right mouse button to preview the effect of pressing a light button, with the flipped buttons shown as being pressed down. To commit the move, release the right mouse button on the clicked light button. To cancel, release it elsewhere.

humdingerb commented 6 years ago

I've had a similar idea before. But now that you've implemented moving through the "move-history" we have unlimited undo/redo. There's really no need for a preview, as you can just make a move and just click again to undo it. Right-clicking and highlighting etc. seems to add unnecessary complexity.

owenca commented 6 years ago

I agree. :)