Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.12 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.12 KB

maped

Amstrad CPC (Plus/GX4000) tile map editor

Screenshot of application

maped is a tile map editor specifically targetting the Amstrad CPC Plus. It has built-in support for the standard CPC screen modes and enforces restrictions that make sense given the platform. It is designed to be used in conjunction with an image editor and is most useful for editing existing image maps and assigning and keeping track of map metadata.

Install and usage

maped depends on Python 3, pytk (distributed with Python by default on Windows and Mac) and pypng. pypng can be installed using pip, by running pip install --user pypng.

Alternatively, you can run and install maped dependencies via poetry. You need to have poetry installed in your system. Once available, use the following commands:

# Setup a virtual environment for maped.
# This only needs to be done once.
poetry install

# Run maped
poetry run python maped.py