ProfAndreaPollini/roguelike-rust-macroquad-noname

fov not working

ProfAndreaPollini opened this issue · 1 comments

the fov using the bresenham algorithm is currently not working correctly. Can we try to use a Dijkstra o flood fill algorithm on a limited part of the map?

square fov using bresenham algorithm is now working