Showing results for

line

of

sight

on www.redblobgames.com
redblobgames.com › grids › line drawing
Line drawing on a grid
...This type of movement also allows putting walls on edges so that a wall could block line of sight or movement.
2.1 Orthogonal...
redblobgames.com › articles › visibility
2D Visibility
...grenade, making cabinets and tables block line of sight.
Implementation#
I have written a Haxe 3 implementation of this algorithm, open source under the...
redblobgames.com › making of › line drawing
Making of: Line drawing tutorial
...head>

Line drawing

This is a tutorial about line drawing and line of sight on grids.

redblobgames.com › grids › hexagons
Hexagonal Grids
...rings.
- Are there pros and cons of “pointy top” and “flat top” hexagons[64]?
- Line of sight in a hex grid[65] with offset...
redblobgames.com › x › 2126 roguelike dev
2021 Summer Roguelike project
...I want stairs to be visible even if out of line of sight. They don’t move, so if you’ve seen them, you...
redblobgames.com › grids › hexagons › implementation.html
Implementation of Hex Grids
...found axial and cube to be faster than offset for line of sight, distance, and other algorithms, but slower than offset for displaying offset...