https://github.com/viasnake/pyxel-tilemap-viewer
Pyxel tilemap viewer is a dedicated tilemap display program for tilemap design.
https://github.com/viasnake/pyxel-tilemap-viewer
pyxel
Last synced: 7 months ago
JSON representation
Pyxel tilemap viewer is a dedicated tilemap display program for tilemap design.
- Host: GitHub
- URL: https://github.com/viasnake/pyxel-tilemap-viewer
- Owner: viasnake
- License: mit
- Created: 2021-03-01T07:08:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-01T08:04:32.000Z (over 4 years ago)
- Last Synced: 2025-01-26T14:12:17.590Z (9 months ago)
- Topics: pyxel
- Language: Python
- Homepage: https://viasnake.com/pyxel-tilemap-viewer/
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[日本語](https://viasnake.com/pyxel-tilemap-viewer/)
# Pyxel tilemap viewer
Pyxel tilemap viewer is a dedicated tilemap display program for tilemap design.
This tool is designed for my personal projects.# Requirements
- [Python3](https://www.python.org/)
- [Pyxel 1.4.3](https://github.com/kitao/pyxel)*It will probably work with Pyxel, which is not up to date, but it is not guaranteed to work.*
# Download
You can download it from [here](https://github.com/ViaSnake/Pyxel-tilemap-viewer/releases).# How to use
1. Download `viewr.py`.
2. Place `tm.pyxres` in the same directory as `viwer.py`.
3. Run viewer.py to see the tilemap.W: Move up
S: Move down
A: Move left
D: Move right
0~7: Change tilemap# Licence
This software is released under the [MIT License](https://en.wikipedia.org/wiki/MIT_License).