intrepidcoder / monopoly

A fully functional Monopoly game in JavaScript and HTML/CSS. Play online: https://www.intrepidcoder.com/projects/monopoly/
MIT License
353 stars 214 forks source link

usability tweek makes gameplay much quicker #6

Closed ch1ago closed 8 years ago

ch1ago commented 8 years ago

this reduces the UI a little bit :cry: but increases the usability a lot :+1: because it's easier to click when button OK doesn't move

screen shot 2015-12-26 at 6 30 32 am

intrepidcoder commented 8 years ago

This looks bad, maybe you could bind a key event (enter or space) to the OK button instead.