Skip to content

A python application for converting tile based maps into ascii representations

License

Notifications You must be signed in to change notification settings

DaveTCode/TileMapAsciiConverter

Repository files navigation

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

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 <image_file> -x <tile_width> -y <tile_width>
  • 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

Example image

About

A python application for converting tile based maps into ascii representations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages