Search found 2 matches
- Wed Feb 22, 2017 2:19 pm
- Forum: Support and Development
- Topic: bugs in showMessageBox
- Replies: 13
- Views: 4528
Re: bugs in showMessageBox
Do you wanna save before quitting? Yes / No / Cancel [...] Just to be pedantic: using "Yes"/"No" choices for dialogs is poor UX design and requires the user to read and think more. Using actions ("Save", "Don't Save") as the button labels is much clearer and allows the user to make choices with les...
- Sun Dec 18, 2016 1:06 pm
- Forum: Libraries and Tools
- Topic: sock.lua - A simple networking library for LÖVE
- Replies: 80
- Views: 39158
Re: sock.lua - A simple networking library for LÖVE
Just have to say that I love this library. I've used it multiple times for online multiplayer games and has been easy to work with. I can't recommend it enough for people who want to start playing around with networking. My only real feedback would be: - I think logging all events is a bit much. Typ...