maxjacobson / mapquest

A ~~fun~~ broken game to see how many countries you can name
http://maxjacobson.github.io/mapquest
MIT License
1 stars 0 forks source link

Method of user input? #18

Closed carlosplusplus closed 8 years ago

carlosplusplus commented 11 years ago

Currently, user input is handled in game by: --> Guess matched to JS hash on each key-press event.

This is both intense in terms of computing power and processing required in single page. It may be worth considering other forms of user input which are more closely associated with game playing. --> Using the Enter key as the trigger for input.

This decision will drive many design ideas and features: