toolsΒΆ

Tools used throughout the library.

Functions

check_percent_walls(map_to_check, wall)

Calculates and returns the percent of the map which is walls.

tunnel_between(start, stop, rng)

Plots a tunnel between two rooms.

Classes

Camera(*, map, screen[, center, lock_view])

Translates world coordinates to facilitate maps larger than the screen.