python script that uses pillow to create galaga/galaxian style space ship sprites
- clone into local machine.
- install dependencies.
- use
python sprite.py
to run.
-d <n>
will make a sprite of n width and n height.-s <n>
will make each pixel of the sprite n by n pixels in the output image.-c <n>
will make a sprite with n different colors.-t <n>
will make a sprite with a body width of around n pixels
$python sprite.py -d 16 -s 20 -c 3
- will create a 320x320px image of a 16x16 pixel sprite with 3 colors
- Pillow
- Noise