vaeringjar e79cfd1c0f Allow the map generator to receive the actual sprite length. WIP | 3 anos atrás | |
---|---|---|
bin | 3 anos atrás | |
src | 3 anos atrás | |
tests | 3 anos atrás | |
.gitignore | 3 anos atrás | |
.python-version | 3 anos atrás | |
LICENSE | 4 anos atrás | |
Makefile | 3 anos atrás | |
README.org | 3 anos atrás | |
default_config.toml | 3 anos atrás | |
image_data.txt | 3 anos atrás | |
logo32x32.png | 4 anos atrás | |
map.txt | 4 anos atrás | |
map_key.txt | 3 anos atrás | |
poetry.lock | 3 anos atrás | |
pyproject.toml | 3 anos atrás | |
sheet_ascii.txt | 3 anos atrás | |
tiles.png | 3 anos atrás |
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.