Oliveshark / breakhack

A casual coffee-break roguelike
https://store.steampowered.com/app/931040/BreakHack/
GNU General Public License v3.0
32 stars 5 forks source link

Create line of sight using Bresenham and raycasting #28

Closed LiquidityC closed 6 years ago

LiquidityC commented 6 years ago

Implement raycasting and bresenhams line algorithm to create more "natural" line of sight and lighting.

LiquidityC commented 6 years ago

After implementing and testing this it didn't look very nice. Scratching this issue.