How to Draw a Space Invader
5 days ago
- #pixel-art
- #space-invaders
- #creative-coding
- Created a Space Invader Generator for a Creative Coding Amsterdam challenge.
- The generator uses a 15x15 pixel grid to create vector-based invaders.
- Process involves generating a symmetrical body, adding tentacles and horns, and pixelizing the vector shapes.
- Color generation uses the OKLCH color space for consistent vibrancy.
- Includes an animation feature mimicking the original game's two-frame movement.
- Debug mode allows viewing mid-lines and alternate shapes for tentacles and horns.
- Generator capped at 31x31 pixels to maintain the pixelated illusion, with a hidden feature to go up to 51x51.
- Encourages publishing projects even with unfinished TODOs to avoid endless tweaking.