Ascii-painter

Paint scenes using code-page 437 ascii tiles, then export them and load them into a roguelike!

Download as .zip Download as .tar.gz View on GitHub

ascii-painter

Ascii-painter is a toolkit (released under the MIT license) that allows you to make roguelike maps out of ascii tiles.

Ascii-painter grew out of a roguelike game I'm writing. I needed a way to easily hand-place tiles in certain maps. In ascii-painter, you can use random map generators to fill out most of the map, then using the brush tools, specially place tiles in the exact area you need them.

This tool would be good for creating static city/town levels for instance.

Binaries

Windows & OS X binaries are in the releases section.

Screenshots

Some ascii folk singing a tune near a bonfire

Bonfire

An old example

Example Map

A World Map

World Map

Picking a color:

Color Picker

Finally, no Lisp program is complete without Lambdas!

Lambda

Usage

The default map is 100x60. To change the dimensions, click File->New Map.

The camera is controlled with the arrow keys. Undo is ctrl-z, and ctrl-s saves the current tile to the tile library.

Features

Upcoming Features

Credits