A 8-bit game made using pyxel, a python library for creating retro-style pixel art games.
This is an old school project made in order to understand how pyxel works, by creating a simple puzzle game in a limited amount of time.
- Python 3.8+
- Pyxel
Install pyxel using pip:
pip install pyxel
- Clone this repository
- Install the requirements (see above)
- Run the game using
python -m celestial_pipework
Controls are straightforward, simply use the arrow keys to move and press Enter to select a level.
You can open the pyxel editor to modify the assets:
pyxel edit celestial_pipework/resources.pyxres
Don't forget to save your changes.
A level editor is included too. You can use it by pressing the E key on the level selection menu. Press S in order to print the content of the level, which can then be put on the level list if wanted.
