• Stars
    star
    587
  • Rank 76,145 (Top 2 %)
  • Language
    JavaScript
  • Created almost 12 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Canvas for 2d gamedevelopers. Out of box canvas, keyboard, mouse, events.

Canvas Query

Chainable canvas API for gamedevelopers

var layer = cq()  
  .fillStyle("#ff0000")
  .fillRect(0, 0, 32, 32);

Documentation

Read online

Framework

If you are looking for a simple game framework that will handle mouse, keyboard and basic structure see playgroundjs