https://github.com/davetcode/tilemapasciiconverter
A python application for converting tile based maps into ascii representations
https://github.com/davetcode/tilemapasciiconverter
Last synced: 7 months ago
JSON representation
A python application for converting tile based maps into ascii representations
- Host: GitHub
- URL: https://github.com/davetcode/tilemapasciiconverter
- Owner: DaveTCode
- License: mit
- Created: 2013-03-23T17:55:00.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-16T09:03:11.000Z (over 12 years ago)
- Last Synced: 2023-03-22T14:02:38.538Z (about 3 years ago)
- Language: Python
- Size: 258 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TileMapAsciiConverter
=====================
A python application for converting tile based maps into ascii representations
Requirements
=====================
The application was developed using python 2.7 with the following libraries
- pygame 1.9.1 => http://www.pygame.org/download.shtml
- PIL 1.1.7 => http://effbot.org/downloads/PIL-1.1.7.win32-py2.7.exe
Usage
=====================
The application has two running modes
Create:
- This is used to create new projects from a single image file
- Usage
-- python main.py create -f -x -y
- This can take some time to complete depending on the speed of your PC and the size of the image. It will provide process information whilst running
Edit:
- This is used to edit the projects created using the create command
- Usage
-- python main.py edit
Help
=====================
Help text is displayed in the command line when running in edit mode until a better solution presents itself.
Example
=====================
")