Showing results for

line

of

sight

on playtechs.blogspot.com
playtechs.blogspot.com › 2007 › 03 › introduction.html
PlayTechs: Programming for fun: Introduction
...portal line of sight for grid-based games (i.e. Roguelikes).
Monday, March 5, 2007
Subscribe to:
Post Comments (Atom)
playtechs.blogspot.com › 2008 › 11 › rrt with obstacles.html
PlayTechs: Programming for fun: RRT With Obstacles
...Obstacles are defined as line segments which block line of sight between each randomly generated point and the tree. They manually specify some of...
playtechs.blogspot.com › 2007 › 03
PlayTechs: Programming for fun: March 2007
...We want to identify all grid squares that intersect the line segment. If any square is solid, the line of sight is blocked.
The...
playtechs.blogspot.com › 2007 › 03 › raytracing on grid.html
PlayTechs: Programming for fun: Raytracing on a grid
...We want to identify all grid squares that intersect the line segment. If any square is solid, the line of sight is blocked.
The...
playtechs.blogspot.com › 2008 › 04
PlayTechs: Programming for fun: April 2008
...I'd like for a guard to say something about where the player is, along the lines of “He just ran behind that pillar...
playtechs.blogspot.com › 2008 › 01 › speech bubbles.html
PlayTechs: Programming for fun: Speech bubbles
...The guards say lines when they spot the player, when they lose sight of the player, when they arrive at the last spot where...
playtechs.blogspot.com › 2007 › 03 › 2d portal visibility part 2…
PlayTechs: Programming for fun: 2D portal visibility, Part 2
...Here’s an example world, shown first without line-of-sight restrictions (and with the world grid lightly superimposed):
With the current algorithm, the...
playtechs.blogspot.com › 2008 › 11
PlayTechs: Programming for fun: November 2008
...Obstacles are defined as line segments which block line of sight between each randomly generated point and the tree. They manually specify some of...
playtechs.blogspot.com › 2010 › 10 › work heats up.html
PlayTechs: Programming for fun: Work heats up
...It lacks any sort of bombing sight though, which I always thought was half the fun.
You already have a lot of this in...
playtechs.blogspot.com › 2009 › 03 › spacerl released.html
PlayTechs: Programming for fun: SpaceRL released
...I kept the line-of-sight code, the pathfinding, the map structure, and the basics of the monster type. I added in a random...