Tickytacky pixel game maker
Project description
Tickytacky
Description
This library aims to make it easy to make retro-style games with Pyglet.
Install from pypi
Create a virtualenvironment with python3 and install with pip:
pip3 install tickytacky
Installing with Poetry
Install poetry according to the poetry docs.
Then, create a virtual environment with python3 and install with poetry.
poetry install
Examples
Examples can be found here, in the examples, repo:
Sprite Maker
The sprite library contains a small Flask app you can run to assist with making sprites.
Example:
python3 tickytacky/sprite.py
Then open http://0.0.0.0:5000/ to start using the sprite maker.
-
Select colors from the large color button. It's an HTML5 color selector, so it will use your system's color picker to select any color.
-
Click the "Create Color option" to add it to the palette.
-
Choose that color from the palette options and draw with it. By default, the color name will show as undefined, but you can change that in the text box.
-
If you remove a color from the palette, all pixels with that color will also be removed.
-
When done drawing, name the sprite and click the "Export" button. This will create a new page which will show the JSON format for the sprite you drew.
-
Copy that info into a JSON file in your game.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for tickytacky-0.9.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | adc2412b3a1102f3f2c6940c0037f7e4a2df632b5e20adf089e6937a5cee7953 |
|
MD5 | d9976bc435a1f6a63831344d8d0e0d5f |
|
BLAKE2b-256 | 834e3e856a2d814efe033482b80ec370bff796039a60dcb899b5c83e891f5b0e |