based on what your looking for here are some thoughts. I'm not an expert I'm still pretty new here myself.
1. each pixel is a sprite or at least 2x2 or 4x4 sprite.
I'm hesitent to this approach as this is a sprite draw for each object on screen.
2. Use the canvas plugin. This allows you to directly manipulate the pixels. however I think it requires a lower level coding rather than C2 Higher events programming less system.
3. Program your game in a language.
Your best bet is to work with the canvas plugin and use somekind of canvas sprite.... honestly I'm not familiar with the canvas plugin. But I think it's your best direction.