Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 985 Bytes

File metadata and controls

49 lines (29 loc) · 985 Bytes

Building Pixel Wheels

Dependencies

Building Pixel Wheels requires the following components:

PAFX and Pillow

You can install PAFX and Pillow with:

pip3 install -r requirements.txt

Aseprite

If you do not have a copy of Aseprite, follow the instructions from tools/aseprite to install a headless version. The headless version is enough to build Pixel Wheels assets.

Assets

Some assets must be generated from work files with:

make assets

Pack images

Once assets have been generated, you can pack them into atlases with:

make packer

Build the game

Run:

make

You can also build and run it with:

make run