Shape Drawing is one of my simplest yet most creative games currently in my collection. You are provided with a 7x11 grid, where each cell represents a tile that you can color. At first glance, it seems like a basic drawing tool, but it's more than that! The limitation of having only one color per tile challenges your creativity.
How to use the game:
The main interface features a 11x7 grid in the center, which acts as your drawing canvas. In the top-left corner, you'll find the color palette with six color options: red, green, pink, blue, yellow, and white. These are your primary colors for drawing.
To start drawing, simply click on a color from the palette, and your selected color will appear in the top-right corner of the screen as a reminder of your current selection. Then, click on any tile in the 11x7 grid to fill that tile with the selected color. You can continue clicking on different tiles to color them individually, building up your design one tile at a time.
If you want to "erase" any part of your drawing or reset the grid, just select the white color from the palette and use it to fill any tile you want to clear. Since the grid doesn't have a dedicated reset button, you can easily fill every tile with white to start fresh again. This manual approach to resetting the grid is simple and straightforward, allowing you to clean up your canvas at any time. And you won't accidentally press that button to wipe out your effort so far!
The simplicity of this system makes the game highly intuitive. You can draw pixel-art shapes, doodles, or experiment with different color patterns. The game not only lets you flex your creativity but also introduces you to the concept of bitmapping by working within a fixed grid and limited color options. It's a fun and engaging way to learn how computers handle images at the pixel level.
Remember, each tile can only hold one color at a time, so any new color will overwrite the previous one. This adds a bit of strategy to how you design, as you'll need to plan out which tiles to fill with certain colors, especially when working with more complex shapes or images.