Skip to content

Cwiiis/maped

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Amstrad CPC (Plus/GX4000) tile map editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages