Open
Description
For example, it would be nice if we could...
- abstract away JavaScript's key codes (or at least define constants for common keys)
- make it easier for apps to handle repeated keypresses by holding by tracking held keys
- abstract away argument parsing
- make common game architectures (e.g. controller + updater as in the snake example or
litris
) easier to implement.