Skip to content

Add a higher-level framework for building games/animations #2

Open
@fwcd

Description

@fwcd

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions