vaeringjar e79cfd1c0f Allow the map generator to receive the actual sprite length. WIP | vor 3 Jahren | |
---|---|---|
bin | vor 3 Jahren | |
src | vor 3 Jahren | |
tests | vor 3 Jahren | |
.gitignore | vor 3 Jahren | |
.python-version | vor 3 Jahren | |
LICENSE | vor 4 Jahren | |
Makefile | vor 3 Jahren | |
README.org | vor 3 Jahren | |
default_config.toml | vor 3 Jahren | |
image_data.txt | vor 3 Jahren | |
logo32x32.png | vor 4 Jahren | |
map.txt | vor 4 Jahren | |
map_key.txt | vor 3 Jahren | |
poetry.lock | vor 3 Jahren | |
pyproject.toml | vor 3 Jahren | |
sheet_ascii.txt | vor 3 Jahren | |
tiles.png | vor 3 Jahren |
A prototype map renderer, with more features on the roadmap, for use with Fenris Punk.
Copyright 2020 vaeringjar.
Distributed under the AGPLv3+.
Tiles and icon copyright Hyptosis and Zabin used via the CC BY 3.0 license.
https://opengameart.org/content/lots-of-free-2d-tiles-and-sprites-by-hyptosis
See also the Makefile.
For better or worse, this project uses the following jargon:
And I want to migrate to use these terms, without using the word "map" or "tile" because they have many meanings:
In addtion to that, each graphic will have three stages:
For sprite_lengths greater than 8x8, currently 32x32 in the game, there will need to be an intermediate step to render based on lower res sprites and/or some validation when rendering so sprite lengths match the ascii input.